Skip to content

Commit

Permalink
Merge pull request #1 from btkcodedev/chore/updatePreprocessDoc
Browse files Browse the repository at this point in the history
chore(docs): update preprocessing tutorial for using inst.pick() instead of pick_types()
  • Loading branch information
btkcodedev authored Dec 26, 2023
2 parents 6790426 + 48cadad commit 73bd9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/preprocessing/15_handling_bad_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@

# %%
# Note that we used the ``exclude=[]`` trick in the call to
# :meth:`~mne.io.Raw.pick_types` to make sure the bad channels were not
# :meth:`pick()` method from the instance of `~mne.io.Raw` to make sure the bad channels were not
# automatically dropped from the selection. Here is the corresponding example
# with the interpolated gradiometer channel; since there are more channels
# we'll use a more transparent gray color this time:
Expand Down

0 comments on commit 73bd9db

Please sign in to comment.