Skip to content

Commit

Permalink
Skip test for old scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Nov 7, 2024
1 parent 1696069 commit 3d982e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparse_dot_mkl/tests/test_scipy_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_matmul_fail(self):

# Following tests dont work with old scipy
if (
(int(sp.__version__.split('.')[1]) > 1) or
(int(sp.__version__.split('.')[0]) > 1) or
(int(sp.__version__.split('.')[1]) > 13)
):

Expand Down

0 comments on commit 3d982e2

Please sign in to comment.