Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jun 21, 2024
1 parent 5ff2350 commit 4c839f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_defaults(self, capsys):
assert Fourier.signal == 0 # Impulse respons
assert_allclose(times, Fourier.time, 0, 0)
assert Fourier.verb == 3 # Verbose by default
assert 'ey 201' in out
assert 'ey' in out
assert 'Req. freq' in out
assert 'Calc. freq' in out
assert Fourier.freq_compute.min() >= fmin
Expand Down

0 comments on commit 4c839f7

Please sign in to comment.