Eric Larson

Results 114 issues of Eric Larson

For @drammock at some point, from #6767 and for 0.20. `cookbook.rst` is a bit outdated. Maybe it can even just be replaced by a table of contents linking to other...

DOC

After excluding outliers, we should warn somewhere if people's coregistration is bad. Candidate automatic computation places: 1. `plot_alignment` 2. `make_forward_solution` 3. `mne.Report` Bad criteria could be > 5 mm (?)...

EASY

Ideas from previous discussions: - [x] Unify handling of `rank` between `mne/cov.py` and `mne/viz/evoked.py:plot_evoked_white` (esp. `mag` / `grad` parameters) (#4799) - [x] Low rank computation to speed up fitting (esp....

Closes #9661 @rob-luke how about this plan: - [x] Switch to f-strings for compactness - [x] Switch to `.item()` instead of using `_correct_shape` - [x] Get CIs green on existing...

I hit a bug during doc build I thought was due to `sphinx_rtd_theme`, so I decided to try `pydata-sphinx-theme` to see if it would fix it. It didn't, but given...

[ds001971 participants.tsv](https://openneuro.org/datasets/ds001971/versions/1.1.1) has two problems: ``` participant_id participant_id sex age handedness sub-001 CQ2 F 18-38 R sub-002 BT4 F 28 R ... ``` First is that there are two `participant_id`...

bug

Over in MNE-Python we install threadpoolctl via conda-forge and do `theadpool_info()`, and on a Windows Python 3.9 build we just recently started getting: ``` Traceback (most recent call last): File...

Just so I don't forget, from #607 - [x] fix enumeration of example capabilities, https://mne.tools/mne-bids-pipeline/examples/ds003104.html should not have time-by-time decoding: #606 - [x] Add proj joint plots to report using...

EOSS4

Every time I do `git fetch upstream` and it takes minutes even though I'm on a good connection because of the `gh-pages` branch. @hoechenberger is there a good place in...

In this run: https://github.com/openmeeg/openmeeg/actions/runs/7700673043/job/20985097864?pr=631#step:6:8200 You can see the 3.7 wheel work during testing (which uses 7.4.4), but fail in 3.8 testing (which uses 8.0.0). If I use `pytest --fixtures $TEST_PATH`...

platform: windows
type: regression
topic: fixtures