Skip to content

Commit 98b013c

Browse files
authored
Fix nirfsg_arb_waveform.py::test_example
1 parent 97d93a3 commit 98b013c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nirfsg/examples/nirfsg_arb_waveform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def main():
3434

3535
def test_example():
3636
options = "Simulate=1, DriverSetup=Model:5841"
37-
example('5841', options, 1e9, -10.0)
37+
example('5841', options, 1e9, -10.0, 1000)
3838

3939

4040
def test_main():

0 commit comments

Comments
 (0)