Eric Larson

Results 1461 comments of Eric Larson

@Dod12 agreed this seems like a bug, would you be up for making a PR to fix it? The minimal example above is already a good start for a unit...

It's even better if you @jbteves put it on OSF under your own org/group account. Ours (MNE) is getting close to their free storage limit...

> @agramfort and @larsoner is there a way we could modify the event-reading behavior for egi files to store as number of samples, or perhaps integer numbers of microseconds +...

In theory we would need more than just the lead field matrix, we'd also need an accompanying `info` and `src` (source space). But this could easily be obtained (hopefully) via...

Reopening as this issue will exist until make a fix in MNE-BIDS

This sounds like https://github.com/pyvista/pyvistaqt/issues/57 :( The workaround is to open one window at a time

> Am I not opening one window at a time in my code? I am doing: mne.viz.create_3d_figure Can you try modifying the code like this: ``` import mne import gc...

When I run the code above with `mprof run rep2.py` and then `mprof plot` on Linux I don't get any memory increase: ![Screenshot from 2022-06-08 08-19-36](https://user-images.githubusercontent.com/2365790/172614669-bb3d6e3b-47c1-46a2-b226-9d03c00bf65b.png)

Okay but on macOS M1 I can replicate the issue: Notably in my command window I every 8th or 9th window I see: ``` Context leak detected, msgtracer returned -1...

Yes eventually I will make one in https://gitlab.kitware.com/vtk/vtk/-/issues/?sort=created_date&state=opened&author_username=larsoner but I need to remove the `pyvistaqt` dependency to get it to pure VTK + Qt, as they usually ask for this...