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 969973c commit 63933a5Copy full SHA for 63933a5
fooof/fit.py
@@ -806,7 +806,7 @@ def _drop_peak_cf(self, guess):
806
(np.abs(np.subtract(cf_params, self.freq_range[0])) > bw_params) & \
807
(np.abs(np.subtract(cf_params, self.freq_range[1])) > bw_params)
808
809
- # Drop peaks that fail the center edge criterion
+ # Drop peaks that fail the center frequency edge criterion
810
guess = np.array([d for (d, keep) in zip(guess, keep_peak) if keep])
811
812
return guess
0 commit comments