Eric Larson

Results 114 issues of Eric Larson

Whoops, yes just an oversight that [some packages are] not on here. At some point we should check this list against the `mne-installers` list but this is already an improvement....

DOC
EASY

@drammock using the `pre` version appears to have shown a real bug. Not sure why it wasn't caught in non-pre runs...? In any case I'll merge but we should try...

In OPMs (or if you work with fluxgates!) it's common to have two or three measurements at the same physical location, i.e., a vector-valued channel amplitude. This makes things like...

Continuing from https://github.com/mne-tools/mne-python/issues/11257#issuecomment-1288857665 with @georgeoneill > > coreg -- we plan to support OPM coregistration, probably through the existing mne coreg GUI. I'm still coming to understand the details of...

@drammock FYI I'm working on implementing tsDSS. My plan is: - [x] Reformulate existing DSS code to use the same nomenclature from the AdC/Simon paper (@drammock feel free to look/confirm...

Seen on latest MNE-Python CIs https://github.com/mne-tools/mne-python/actions/runs/8771722469/job/24069839865?pr=12556#step:17:14956 ``` mne/_freesurfer.py:88: in _reorient_image orig_data = np.array(img.dataobj).astype(np.float32) E DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so passing copy=False failed. __array__ must implement 'dtype'...

When building with intersphinx we get a warning which you can replicate with `intersphinx` directly ``` $ python -m sphinx.ext.intersphinx https://scikit-learn.org/stable/objects.inv | grep " y " WARNING:sphinx.sphinx.util.inventory:inventory contains multiple definitions...

Needs Triage

**** **Is your feature request related to a problem? Please describe.** I would like to build a project using OpenBLAS for BLAS + LAPACK functions. It seems like this should...

category:port-feature
Stale

This should be `QtGui` but is `QtPrintSupport` for some reason when on PySide 6 on Linux at least: ``` $ ipython -c "from IPython.external.qt_for_kernel import QtGui; print(QtGui)" ```

### Description In h5py tests, we do: ``` os.chmod(fname, stat.S_IREAD) # Make file read-only ``` where `fname` comes from `tempfile.mktemp(..., dir=None)`, and then check that trying to append to this...