Skip to content

Commit

Permalink
Mark one more capture test as new_opmath_only (#5779)
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai committed Jun 3, 2024
1 parent ec0ebd6 commit 92ce59d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/capture/test_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ def qfunc(probs):
assert len(q) == 1
assert q.queue[0] == qml.QuantumMonteCarlo(probs, **kwargs)

@pytest.mark.usefixtures("new_opmath_only")
def test_qubitization(self):
"""Test the primitive bind call of Qubitization."""

Expand Down

0 comments on commit 92ce59d

Please sign in to comment.