Eric Larson

Results 1655 comments of Eric Larson

https://output.circle-artifacts.com/output/job/45c7e3eb-10c2-467f-8b83-b202d5bf1be2/artifacts/0/html/tutorial/index.html

Looks reasonable @shristibaral ! Can you add a `doc/changes/devel/12828.bugfix.rst` with something like: ``` Fixed behavior of :func:`mne.viz.plot_source_estimates` where the ``title`` was not displayed properly, by :newcontrib:`Shristi Baral`. ``` and then...

@tkoyama010 it looks like this is actually close to working, just a couple of CIs fail

Is there a reason there are different `.deb` files for different versions of Linux? In theory I think you could use something like `cibuildwheel` to compile against sufficiently old dependencies...

Sorry for the slow response! Can you try #1141 ? It might fix this issue

Can you create a DropBox folder with the data or something so that we could replicate the issue locally?

@a501 can you create a DropBox folder with the data or something so that we could replicate the issue locally? Without someone taking the time to do this we can't...

@a501 what command should I run to reproduce? I tried modifying `custom_config_MNE.py` to have: ``` root = Path(__file__).parent bids_root = root / "project" deriv_root = root / "derivatives" ``` so...

Can someone see if #1141 fixes this? The logic for runs has been cleaned up a little there...