Skip to content

Commit

Permalink
fixed dostring set_bad_epochs_to_NaN
Browse files Browse the repository at this point in the history
  • Loading branch information
CarinaFo committed Feb 28, 2024
1 parent fa9567a commit 4abf7fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mne/epochs.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,6 @@ def set_bad_epochs_to_NaN(self, bad_epochs_indices: list = None):
Notes
-----
This function operates in-place.
"""
if not self.preload:
raise ValueError("Data must be preloaded.")
Expand Down

0 comments on commit 4abf7fd

Please sign in to comment.