We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df47908 commit f642304Copy full SHA for f642304
scipy/linalg/tests/test_decomp.py
@@ -1215,6 +1215,7 @@ class TestSVD_GESVD(TestSVD_GESDD):
1215
# Allocating an array of such a size leads to _ArrayMemoryError(s)
1216
# since the maximum memory that can be in 32-bit (WASM) is 4GB
1217
@pytest.mark.skipif(IS_WASM, reason="out of memory in WASM")
1218
+@pytest.mark.xfail_on_32bit("out of memory in 32-bit CI workflow")
1219
@pytest.mark.fail_slow(10)
1220
def test_svd_gesdd_nofegfault():
1221
# svd(a) with {U,VT}.size > INT_MAX does not segfault
0 commit comments