Skip to content

Commit

Permalink
Update _conv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Aug 17, 2020
1 parent 2f8e29a commit e4e15e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_image/ndfilters/_conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def convolve(image,
depth, boundary = _utils._get_depth_boundary(image.ndim, depth, "none")

result = image.map_overlap(
dispatch_convolve,
dispatch_convolve(image),
depth=depth,
boundary=boundary,
dtype=image.dtype,
Expand Down

0 comments on commit e4e15e5

Please sign in to comment.