Skip to content

Commit

Permalink
Skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
asi1024 committed Jan 21, 2025
1 parent 86386f4 commit e5984cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cupyx_tests/scipy_tests/fft_tests/test_fftlog.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class TestFftlog:

@testing.for_all_dtypes(no_complex=True)
@testing.numpy_cupy_allclose(rtol=rtol, atol=atol, scipy_name='scp')
@testing.with_requires('scipy>=1.7.0')
@testing.with_requires('scipy<1.15.0')
def test_fht(self, xp, scp, dtype):

# test function, analytical Hankel transform is of the same form
Expand Down

0 comments on commit e5984cc

Please sign in to comment.