Mathieu Scheltienne

Results 199 comments of Mathieu Scheltienne

These type stubs live in a package types-mne that is separate from MNE-Python. This allows us to release this package independently of MNE-Python releases. This package should live under the ...

-1 on reducing duplication by minimizing docstring expansions for entires that occur only 2 or 3 times, with time those entries will fall out of sync.. +1 on having the...

I agree that the situation with main is not satisfactory. In my case, I think I end up looking on the online API documentation often, Sometimes I also query a...

> I don't use IPython because its integration in VS Code is unfortunately non-existent 🤷. At some point I had my interactive window set as IPython in VSCode. When I...

Same problem with Ubuntu 24.04 LTS which defaults to Wayland.

That I agree, but rereading my post, it seems the issue is that no matter the number of new pushes on the outlet, nothing arrives at the inlet (which seems...

The difference between this request and my alternative lies that developers won't accidently run the test suit with `xdist` and without the `-m "not no_xdist"`. The `-m` flag is not...

OK thank you! Could that be a feature request then? Some test need to be run in isolation; and preventing an entire test suite to run on `xdist` because of...

If I read this correctly: > --dist loadgroup: Tests are grouped by the xdist_group mark. Groups are distributed to available workers as whole units. This guarantees that all tests with...