Skip to content

Commit

Permalink
MNT: fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Dec 16, 2024
1 parent d8b0505 commit 88e6025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ def test_short_time_fft(
assert f.get_extrapolation_method() == "zero"

frequencies = f.source[:, 0]
amplitudes = f.source[:, 1]
# amplitudes = f.source[:, 1]

if only_positive:
assert np.all(frequencies >= 0)
Expand Down

0 comments on commit 88e6025

Please sign in to comment.