Skip to content

Commit 63933a5

Browse files
committed
Small doc fix
1 parent 969973c commit 63933a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fooof/fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ def _drop_peak_cf(self, guess):
806806
(np.abs(np.subtract(cf_params, self.freq_range[0])) > bw_params) & \
807807
(np.abs(np.subtract(cf_params, self.freq_range[1])) > bw_params)
808808

809-
# Drop peaks that fail the center edge criterion
809+
# Drop peaks that fail the center frequency edge criterion
810810
guess = np.array([d for (d, keep) in zip(guess, keep_peak) if keep])
811811

812812
return guess

0 commit comments

Comments
 (0)