Skip to content

Commit

Permalink
Reactivate QASM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ohuettenhofer committed Nov 12, 2024
1 parent aef9154 commit 9ff305d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_qasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ def test_export_import_qasm_simple(zx_calculus):
assert (numpy.isclose(wfn1.inner(wfn2), 1.0))


# TODO: Reactivate
@pytest.mark.skip("Extremely slow for some reason")
@pytest.mark.parametrize(
"zx_calculus,variabs",
[
Expand Down Expand Up @@ -147,8 +145,6 @@ def test_export_import_qasm_trotterized_gate(zx_calculus, string1, string2, angl
assert (numpy.isclose(wfn1.inner(wfn2), 1.0))


# TODO: Reactivate
@pytest.mark.skip("Extremely slow for some reason")
@pytest.mark.parametrize(
"zx_calculus,variabs",
[
Expand Down

0 comments on commit 9ff305d

Please sign in to comment.