Eric Larson

Results 1461 comments of Eric Larson

I think there is no way we can realistically fix this for 1.2 in the next week @hoechenberger as the proposed fix is to swap in the new Qt backend...

One option would be to see if you can get away with speeding up slow parts with Numba. But this requires reimplementation, so might not be worth it. I don't...

MNE-FEM would be a good name if it's really that general. Also have you looked to see how Brainstorm solves these problems?

FYI some progress is being made toward #1624 which might help with sEEG forward computation

Don't wait for fiff-constants. Change the lines at the top of `test_constants.py` to point to your fork + branch that is the same as the branch that you opened in...

> like this @larsoner ? Pull the tiny commit I just made then locally do: ``` pytest mne/io/tests/test_constants.py ``` and see if it passes -- let `pytest` tell you if...

In this PR you have: ``` FIFF.FIFFV_COIL_EYETRACK_POSX = 400 # Eye-tracking gaze X position FIFF.FIFFV_COIL_EYETRACK_POSY = 401 # Eye-tracking gaze Y position FIFF.FIFFV_COIL_EYETRACK_PUPIL = 402 # Eye-tracking pupil size ```...

Yes, adding units makes sense

> I would like to offer to help work on the development and documentation for this PR, if it's welcome. We have hit a couple snags so far when running...