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 011dde0 commit 905f179Copy full SHA for 905f179
sparse/mlir_backend/tests/test_simple.py
@@ -300,6 +300,8 @@ def test_coo_3d_format(dtype):
300
301
@parametrize_dtypes
302
def test_sparse_vector_format(dtype):
303
+ if sparse.asdtype(dtype) in {sparse.complex64, sparse.complex128}:
304
+ pytest.xfail("Heisenbug")
305
format = sparse.formats.Coo().with_ndim(1).with_dtype(dtype).build()
306
307
SHAPE = (10,)
0 commit comments