Skip to content

Commit

Permalink
Update ica.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzri authored Oct 23, 2024
1 parent f4ae374 commit bedcce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mne/viz/ica.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ def plot_ica_sources(
title=None,
show=True,
block=False,
psd_args=None,
show_first_samp=False,
show_scrollbars=True,
time_format="float",
precompute=None,
use_opengl=None,
*,
psd_args=None,
theme=None,
overview_mode=None,
splash=True,
Expand Down Expand Up @@ -413,12 +413,12 @@ def plot_ica_properties(
log_scale=False,
topomap_args=None,
image_args=None,
psd_args=None,
figsize=None,
show=True,
reject="auto",
reject_by_annotation=True,
*,
psd_args=None,
estimate="power",
verbose=None,
):
Expand Down Expand Up @@ -1284,13 +1284,13 @@ def _plot_sources(
show,
title,
block,
psd_args,
show_scrollbars,
show_first_samp,
time_format,
precompute,
use_opengl,
*,
psd_args,
theme=None,
overview_mode=None,
splash=True,
Expand Down

0 comments on commit bedcce7

Please sign in to comment.