We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f553d commit 70f2157Copy full SHA for 70f2157
sigpro/basic_primitives.py
@@ -37,7 +37,7 @@ def __init__(self):
37
38
39
class FFTFreqAllBand(primitive.FrequencyTransformation):
40
- """FFT Freq primitive class."""
+ """FFT Freq All Band primitive class."""
41
42
def __init__(self):
43
super().__init__("sigpro.transformations.frequency.fftfreq.fft_freq_allband")
0 commit comments