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 12, 2024
1 parent cdad4f6 commit c5e1248
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 c5e1248

Please sign in to comment.