From 4b4b40a94ef0864267813a0173dc75ed50bcdbd6 Mon Sep 17 00:00:00 2001 From: CalMacCQ <93673602+CalMacCQ@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:41:45 +0000 Subject: [PATCH] remove debug prints --- tests/qiskit_convert_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/qiskit_convert_test.py b/tests/qiskit_convert_test.py index cf796679..c126d10b 100644 --- a/tests/qiskit_convert_test.py +++ b/tests/qiskit_convert_test.py @@ -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.