Eric Larson

Results 114 issues of Eric Larson

WIP to explore/work on https://github.com/dipy/dipy/issues/2490. Might be useful to expose these publicly anyway...?

Over in MNE-Python volumetric morphing is sometimes a bottleneck for our processing, as we will need to apply the same transformation (really a sequence of multiple transformations) to hundreds or...

type:Enhancement

## Description In < 1.3.0, we could link to `dipy.align.imaffine.AffineMap`. In 1.3.0, this changes to `dipy.align._public.AffineMap`, which is not great: ``` $ python -m sphinx.ext.intersphinx https://dipy.org/documentation/1.2.0./objects.inv | grep " *dipy\.align.*AffineMap...

type:Bug Fix
:notebook:type:Documentation :notebook:

No real support here yet, just checking first to make sure that adding these to `requirements.txt` and `environment.yml` doesn't break CIs. Then eventually we can add proper support following https://github.com/mne-tools/mne-openmeeg...

In most Returns we just do `instance of Raw, Epochs, or Evoked`. It's not optimal and in some cases not even complete (e.g., can be AverageTFR, STC, etc. instead) so...

`black` seems to be where the community is going -- NumPy is planning on using it I think (?), and from a quick look it looks like pandas and scikit-learn...

ENH

So the difference that is causing the failed tests is that `pympl` was not installed by `conda`. Without it, the plots don't actually show up in `notebook` so I think...

Todo: - [ ] Make tests pass when using the script (init_kwargs has problems currently) Should help with #10704. Use cProfile -- adapting kernprof/line_profiler code -- to: 1. Run `pytest`...

There are two separable issues here: 1. what duration should the bar represent? 2. should the number be displayed in seconds or milliseconds? For point 1, I don't necessarily think...

https://mne.tools/dev/whats_new.html is super long. It would probably be nicer to just show the changes from the previous version, but have links to the others in one of the sidebars if...

ENH
DOC