From f841102060fc42e942fba4d142f1514f5d220241 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Thu, 7 Apr 2022 14:51:04 -0400 Subject: [PATCH] FIX: Missed [circle front] --- mne/preprocessing/ica.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mne/preprocessing/ica.py b/mne/preprocessing/ica.py index 8c62dcf1409..d1d33ce934d 100644 --- a/mne/preprocessing/ica.py +++ b/mne/preprocessing/ica.py @@ -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,