Skip to content

Commit

Permalink
Fix zh tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale committed Dec 4, 2023
1 parent a8bd893 commit f9bd543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_instruments_zhinst.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_zhpulse(shape):
if shape == "Drag":
pulse = Pulse(0, 40, 0.05, int(3e9), 0.0, Drag(5, 0.4), "ch0", qubit=0)
if shape == "SNZ":
pulse = Pulse(0, 40, 0.05, int(3e9), 0.0, SNZ(10, 0.4), "ch0", qubit=0)
pulse = Pulse(0, 40, 0.05, int(3e9), 0.0, SNZ(10), "ch0", qubit=0)
if shape == "IIR":
pulse = Pulse(0, 40, 0.05, int(3e9), 0.0, IIR([10, 1], [0.4, 1], target=Gaussian(5)), "ch0", qubit=0)

Expand Down

0 comments on commit f9bd543

Please sign in to comment.