Skip to content

Commit

Permalink
FIX: No proj
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 25, 2024
1 parent e76d967 commit 52f535f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/inverse/95_phantom_KIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
raw.filter(None, 40, picks=picks)
# Apply reference regression
mne.preprocessing.regress_artifact(
raw, picks="meg", picks_artifact=picks_artifact, copy=False
raw, picks="meg", picks_artifact=picks_artifact, copy=False, proj=False
)
plot_scalings = dict(mag=5e-12) # large-amplitude sinusoids
raw_plot_kwargs = dict(duration=15, n_channels=50, scalings=plot_scalings)
Expand Down

0 comments on commit 52f535f

Please sign in to comment.