mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-10 12:35:06 +08:00
Fix doc string examples
This commit is contained in:
@@ -255,7 +255,7 @@ def downscale_local_mean(image, factors):
|
||||
array([[ 0, 1, 2, 3, 4],
|
||||
[ 5, 6, 7, 8, 9],
|
||||
[10, 11, 12, 13, 14]])
|
||||
>>> downscale_local_means(a, (2, 3))
|
||||
>>> downscale_local_mean(a, (2, 3))
|
||||
array([[3.5, 4.],
|
||||
[5.5, 4.5]])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user