Skip to content

Commit

Permalink
Remove stray debug draw() call
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Jul 13, 2022
1 parent 0ea7312 commit b3f767a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_simple(self):
ans_qc = QuantumCircuit(1, 1)
ans_qc.measure(0, 0)
ans_qc.x(0).c_if(ans_qc.clbits[0], 1)
new_qc.draw("mpl", filename="/tmp/foo.png")
self.assertEqual(new_qc, ans_qc)

def test_simple_null(self):
Expand Down

0 comments on commit b3f767a

Please sign in to comment.