Skip to content

Commit

Permalink
Revert accidental change to plot_ica_properties
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzri authored Oct 23, 2024
1 parent e07b365 commit dd5091a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/viz/ica.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,12 +415,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

0 comments on commit dd5091a

Please sign in to comment.