Skip to content

Commit 880871b

Browse files
author
Robert (Bob) Turner
committed
fix deprecation warning
1 parent 076f3d4 commit 880871b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/06-blurring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ sigma = 3.0
252252

253253
# apply Gaussian blur, creating a new image
254254
blurred = skimage.filters.gaussian(
255-
image, sigma=(sigma, sigma), truncate=3.5, multichannel=True)
255+
image, sigma=(sigma, sigma), truncate=3.5, channel_axis=2)
256256
~~~
257257
{: .language-python}
258258

0 commit comments

Comments
 (0)