Mathieu Scheltienne

Results 198 comments of Mathieu Scheltienne

Yes, but that's my issue, I while the tests run sequentially are running, the other tests are also running simultaneously. I want to split my workflow in 2 steps, one...

A cleaner solution than commenting out the line `self.PPEXCL()` is to unload the `lp` module from the kernel: ``` >>> sudo rmmod lp OR >>> sudo modprobe -r lp ```...

It looks like development on this package has stopped a long time ago.. However, it does work on python 3. I tested it up to 3.9.13.

@dengemann Do you remember what the `dictionary.txt` file is and if it's actually needed? https://github.com/mne-tools/mne-hcp/blob/master/dictionary.txt It was added as part of the first commit. Also, @dengemann or @alexrockhill would you...

That's what I assumed and I removed it ;)

IIRC, I started to look into fetching the HCP dataset from AWS to test the changes in this PR and lacked the time. If someone has the time to figure...

And could we also add that the selected annotation can be changed into a channel-wise annotation and/or additional channels can be added to the currently selected channel-wise annotation by clicking...

> there is I think some sense in having channel-specific annotations be indicated somehow on the non-annotated channels (e.g. so you can see where they are in time when the...

I would definitely keep some background, either with a different alpha and/or with a pattern/dashing added. The different alpha sounds like a good start, we could always change the background...

I'm glad we had the same idea in mind. Those steps work for me and make perfect sense! 🔥