Skip to content

Commit

Permalink
Update test_compile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuravModak authored Aug 26, 2024
1 parent 3d9c1f3 commit c358d6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/transforms/test_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def test_stop_at_with_simple_basis(self):
# Define a simple quantum function
def qfunc(x):
qml.RX(x, wires=0)
qml.RY(x, wires=0)
return qml.expval(qml.PauliZ(0)) # Return a measurement

# Define a valid basis set
Expand Down

0 comments on commit c358d6e

Please sign in to comment.