Skip to content

Commit

Permalink
fft freq unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraPido committed Nov 7, 2024
1 parent a10eaeb commit 2b19b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/transformations/frequency/test_fftfreq.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Tests for sigpro.transformations.frequency module."""
import numpy as np
from sigpro.transformations.frequency import fft_freq
from sigpro.transformations.frequency.fftfreq import fft_freq



Expand Down

0 comments on commit 2b19b81

Please sign in to comment.