Skip to content

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Jan 2, 2025
1 parent 9d66595 commit 4b4b40a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/qiskit_convert_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1225,10 +1225,9 @@ def test_ifelseop_one_branch() -> None:
with circuit.if_test((c0, 1)):
circuit.x(q0)
circuit.measure(q0, c0)
print(circuit)

tket_circ_if_else = qiskit_to_tk(circuit)
tket_circ_if_else.name = "test_circ"
print(tket_circ_if_else.get_commands())

# Manually build the expected pytket Circuit.
# Validate against tket_circ.
Expand Down

0 comments on commit 4b4b40a

Please sign in to comment.