Skip to content

Commit

Permalink
Fix Heisenbug by skipping COO. (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi authored Nov 20, 2024
1 parent b7b2e67 commit c0b2b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sparse/mlir_backend/tests/test_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ def test_csf_format(dtype):


@parametrize_dtypes
@pytest.mark.skip(reason="https://github.com/llvm/llvm-project/issues/116012")
def test_coo_3d_format(dtype):
format = sparse.levels.get_storage_format(
levels=(
Expand Down

0 comments on commit c0b2b45

Please sign in to comment.