We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10eaeb commit 2b19b81Copy full SHA for 2b19b81
tests/unit/transformations/frequency/test_fftfreq.py
@@ -1,6 +1,6 @@
1
"""Tests for sigpro.transformations.frequency module."""
2
import numpy as np
3
-from sigpro.transformations.frequency import fft_freq
+from sigpro.transformations.frequency.fftfreq import fft_freq
4
5
6
0 commit comments