There was an error while loading. Please reload this page.
1 parent 0978d11 commit 791e006Copy full SHA for 791e006
tests/sparse/test_basic.py
@@ -1159,6 +1159,10 @@ def test_csm_grad(self):
1159
structured=True,
1160
)
1161
1162
+ @pytest.mark.skipif(
1163
+ version.parse(sp.__version__) >= version.parse("1.16.0"),
1164
+ reason="Scipy 1.16 introduced some changes that make this test fail",
1165
+ )
1166
def test_csm_sparser(self):
1167
# Test support for gradients sparser than the input.
1168
0 commit comments