We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5581214 commit 8ba3fffCopy full SHA for 8ba3fff
umap/tests/test_spectral.py
@@ -13,7 +13,7 @@
13
14
15
@pytest.mark.skipif(
16
- scipy_full_version < (1, 10),
+ scipy_full_version < (1, 10) or scipy_full_version >= (1, 15),
17
reason="SciPy installing with Python 3.7 does not converge under same circumstances",
18
)
19
def test_tsw_spectral_init(iris):
0 commit comments