Skip to content

Commit

Permalink
Merge branch 'detect_min_max' of https://github.com/withmywoessner/mn…
Browse files Browse the repository at this point in the history
…e-python into pr/withmywoessner/12383
  • Loading branch information
withmywoessner committed Jan 23, 2024
2 parents e0b280e + 9b042c4 commit 89a7dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne/evoked.py
Original file line number Diff line number Diff line change
Expand Up @@ -1981,6 +1981,7 @@ def _get_peak(data, times, tmin=None, tmax=None, mode="abs", strict=True):
If True, raise an error if values are all positive when detecting
a minimum (mode='neg'), or all negative when detecting a maximum
(mode='pos'). Defaults to True.
Returns
-------
max_loc : int
Expand Down

0 comments on commit 89a7dbf

Please sign in to comment.