Skip to content

Commit 3d982e2

Browse files
committed
Skip test for old scipy
1 parent 1696069 commit 3d982e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sparse_dot_mkl/tests/test_scipy_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_matmul_fail(self):
8080

8181
# Following tests dont work with old scipy
8282
if (
83-
(int(sp.__version__.split('.')[1]) > 1) or
83+
(int(sp.__version__.split('.')[0]) > 1) or
8484
(int(sp.__version__.split('.')[1]) > 13)
8585
):
8686

0 commit comments

Comments
 (0)