We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117cbc0 commit c52d0a3Copy full SHA for c52d0a3
fooof/core/strings.py
@@ -36,7 +36,7 @@ def gen_width_warning_str(freq_res, bwl):
36
output = '\n'.join([
37
'',
38
'FOOOF WARNING: Lower-bound peak width limit is < or ~= the frequency resolution: ' + \
39
- '{:1.2f} <= {:1.2f}'.format(freq_res, bwl),
+ '{:1.2f} <= {:1.2f}'.format(bwl, freq_res),
40
'\tLower bounds below frequency-resolution have no effect ' + \
41
'(effective lower bound is the frequency resolution).',
42
'\tToo low a limit may lead to overfitting noise as small bandwidth peaks.',
0 commit comments