Skip to content

Commit

Permalink
Refact: minor change to default arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed Apr 17, 2023
1 parent cda1095 commit 1690599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osl_dynamics/inference/modes.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def convert_to_mne_raw(
ch_names=None,
n_embeddings=None,
n_window=None,
extra_chans=None,
extra_chans="stim",
verbose=False,
):
"""Convert a time series to an MNE Raw object.
Expand All @@ -374,7 +374,7 @@ def convert_to_mne_raw(
n_window : int
Number of samples used to smooth amplitude envelope data. Optional.
extra_chans : str or list of str
Extra channel types to add to the Raw object. Defaults to an empty list.
Extra channel types to add to the Raw object.
verbose : bool
Should we print a verbose?
Expand Down

0 comments on commit 1690599

Please sign in to comment.