Skip to content

Commit

Permalink
FIX: Missed [circle front]
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Apr 7, 2022
1 parent a324e9a commit f841102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mne/preprocessing/ica.py
Original file line number Diff line number Diff line change
Expand Up @@ -1962,14 +1962,14 @@ def plot_sources(self, inst, picks=None, start=None,
stop=None, title=None, show=True, block=False,
show_first_samp=False, show_scrollbars=True,
time_format='float', precompute=None,
use_opengl=None, *, theme=None):
use_opengl=None, *, theme=None, overview_mode=None):
return plot_ica_sources(self, inst=inst, picks=picks,
start=start, stop=stop, title=title, show=show,
block=block, show_first_samp=show_first_samp,
show_scrollbars=show_scrollbars,
time_format=time_format,
precompute=precompute, use_opengl=use_opengl,
theme=theme)
theme=theme, overview_mode=overview_mode)

@copy_function_doc_to_method_doc(plot_ica_scores)
def plot_scores(self, scores, exclude=None, labels=None, axhline=None,
Expand Down

0 comments on commit f841102

Please sign in to comment.