Skip to content

Commit 8ba3fff

Browse files
committed
scipy playing up
1 parent 5581214 commit 8ba3fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

umap/tests/test_spectral.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
@pytest.mark.skipif(
16-
scipy_full_version < (1, 10),
16+
scipy_full_version < (1, 10) or scipy_full_version >= (1, 15),
1717
reason="SciPy installing with Python 3.7 does not converge under same circumstances",
1818
)
1919
def test_tsw_spectral_init(iris):

0 commit comments

Comments
 (0)