mne-tools / mne-bids-pipeline

Automatically process entire electrophysiological datasets using MNE-Python.
https://mne.tools/mne-bids-pipeline/
BSD 3-Clause "New" or "Revised" License
133 stars 65 forks source link

BUG: Fix bug with CSP computation and Maxwell filter #890

Closed larsoner closed 3 months ago

larsoner commented 4 months ago

Before merging …

Closes #882 Closes #876

Also updated the doc of decoding_csp_times = None as this is not a no-op.

larsoner commented 4 months ago

@SophieHerbst feel free to try it, computation appears to be working locally

larsoner commented 4 months ago

@SophieHerbst this should also now fix #876

hoechenberger commented 3 months ago

Thanks @larsoner!

SophieHerbst commented 3 months ago

It works now, thank you @larsoner and @hoechenberger!

hoechenberger commented 3 months ago

@SophieHerbst @larsoner I just cut a new release (1.8.0) containing this fix