Skip to content

Commit

Permalink
add missing decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Jan 5, 2024
1 parent 6429cc2 commit fb66e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne/channels/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def plot(self, picks=None, show_axes=False, show=True):
"""
return plot_layout(self, picks=picks, show_axes=show_axes, show=show)

@fill_doc
def pick(self, picks=None, exclude=(), *, verbose=None):
"""Pick a subset of channels.
Expand Down

0 comments on commit fb66e46

Please sign in to comment.