Skip to content

Commit

Permalink
Update test_io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Nov 1, 2023
1 parent 4d00397 commit d58a4a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rapidtide/tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ def test_io(debug=True, displayplots=False):
assert not tide_io.checkifparfile("afilename.txt")
assert tide_io.checkifparfile("afilename.par")

othermotiondict = tide_io.readparfile(motionfilename)
theinitmotiondict = tide_io.readmotion(motionfilename)
theexpandedmotionregressors, thelabels = tide_io.calcmotregressors(
theinitmotiondict, derivdelayed=True
Expand Down

0 comments on commit d58a4a6

Please sign in to comment.