Skip to content

Commit

Permalink
Update test/visual/mpl/circuit/test_circuit_matplotlib_drawer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
1ucian0 committed Mar 21, 2024
1 parent 39629e3 commit c81c724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/visual/mpl/circuit/test_circuit_matplotlib_drawer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2228,7 +2228,7 @@ def test_control_flow_with_fold_minus_one(self):
circuit.cx(0, 1)

fname = "control_flow_fold_minus_one.png"
self.circuit_drawer(circuit, output="mpl", filename=fname, fold=-1)
self.circuit_drawer(circuit, output="mpl", style="iqp", filename=fname, fold=-1)

ratio = VisualTestUtilities._save_diff(
self._image_path(fname),
Expand Down

0 comments on commit c81c724

Please sign in to comment.