Skip to content

Commit

Permalink
Fix dtype issue
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Apr 17, 2024
1 parent 4f8f026 commit 24850fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/silx/math/medianfilter/test/test_medianfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def testRandomMatrice(self):

def testAscent(self):
"""Test vs scipy with"""
img = ascent()
img = ascent().astype(numpy.int64)

kernels = [(3, 1), (3, 5), (5, 9), (9, 3)]
modesToTest = _getScipyAndSilxCommonModes()
Expand Down

0 comments on commit 24850fb

Please sign in to comment.