Skip to content

Commit fbf3826

Browse files
committed
Debugging output on failing test
1 parent d2860e7 commit fbf3826

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/cirq_utils/test_parallelize.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ def test_measurement_and_reset():
5353

5454
parallelized_circuit = parallelize(circuit)
5555

56+
print(parallelized_circuit)
57+
5658
assert len(parallelized_circuit.moments) == 11
5759

5860
# this circuit should deterministically return all qubits to |0>

0 commit comments

Comments
 (0)