Eric Larson

Results 114 issues of Eric Larson

> @drammock other than `mne.io.constants.FIFF` (which is pretty painless to keep) this is the list of what we have to keep around to make sibling packages happy. Do you think...

In https://github.com/mne-tools/mne-python/pull/4017#issuecomment-299519890 we added `RawEGI.event_id` which disappears on round-trip. This is due to not knowing which/how many DIN channels will get triggers. Nowadays we should use Annotations rather than synthesize...

> The low-level `read_neuralynx_ncs` function detects the presence of gaps in the `.ncs` file and issues a warning. It sounds like `mne.io.read_raw_neuralynx()` should minimally check for temporal gaps between `neo`...

Just to remind us to look at and adjust this @drammock

It turns out (I think!) you can take just about any subcortical ROI and turn it into a surface using a few FreeSurfer commands: ``` mri_tessellate aseg.mgz 17 lh.hippocampus.orig mri_tessellate...

Work in progress to make things work with pytest 8. @smarie feel free to close or take over!

When I opened [the matplotlib example](https://pyapp-kit.github.io/magicgui/generated_examples/matplotlib/mpl_figure/) I hoped the example would show how to embed a matplotlib figure in both Qt and Jupyter/ipywidgets backends seamlessly rather than showing just how...

On my system `pip intstall magicgui` followed by running a variant of the "all of these" example from https://pyapp-kit.github.io/magicgui/widgets/#magicgui I got: ``` monolith:Desktop larsoner$ python -ui magic.py Traceback (most recent...

What I was using to test #1202: ``` make SPHINXOPTS="-nWT -vv" ``` Still need to add the actual fix. Closes #1202

bug

The conda-forge feedstock update is failing: https://github.com/conda-forge/pymeshfix-feedstock/pull/7 https://github.com/conda-forge/pymeshfix-feedstock/pull/7/checks?check_run_id=10622344654 ``` Processing $SRC_DIR Added file://$SRC_DIR to build tracker '/tmp/pip-build-tracker-d8lfz1vk' Created temporary directory: /tmp/pip-modern-metadata-hmzxto2b Preparing metadata (pyproject.toml): started Running command Preparing metadata (pyproject.toml)...