Skip to content

Commit

Permalink
rebase and fix mark.skipif for sparse test
Browse files Browse the repository at this point in the history
  • Loading branch information
akrzgc committed Oct 27, 2023
1 parent 3fa898f commit 1233b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_benchmark_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_dense_eri(molecule):
assert True


@pytest.mark.skip(reason="No IPU in CI.")
@pytest.mark.skipif(not has_ipu(), reason="Skipping ipu test!")
@pytest.mark.ipu
@pytest.mark.parametrize("molecule", ["methane", "benzene", "c20"])
def test_sparse_eri(molecule):
Expand Down

0 comments on commit 1233b13

Please sign in to comment.