Skip to content

Commit

Permalink
Fix UserWarning in sigpy test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankZijlstra committed Jan 10, 2025
1 parent 5d030b9 commit ba000a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_sigpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def test_slr():
return_gz=True,
pulse_cfg=pulse_cfg,
plot=False,
delay=system.rf_dead_time,
)

seq = pp.Sequence()
Expand Down Expand Up @@ -116,6 +117,7 @@ def test_sms():
return_gz=True,
pulse_cfg=pulse_cfg,
plot=False,
delay=system.rf_dead_time,
)

seq = pp.Sequence()
Expand Down

0 comments on commit ba000a2

Please sign in to comment.