Eric Larson

Results 1509 comments of Eric Larson

> In none of the above could I find traces of the lazy-loader dependency!? Either I'm missing something or the way the SPEC website presents itself is kind of misleading,...

Could be, or could be that nobody has taken the time to switch over. Someone would have to look into it and investigate further. > Lazy loading can be useful...

sklearn isn't as simple, copying from https://github.com/mne-tools/mne-python/pull/13124#issuecomment-2678596013 so we can discuss in one place : For `sklearn` we have a harder decision. Without lazy loading `mne.decoding` we basically have two...

My vote would be to require Python 3.10+ for `numpydoc`. It's maybe a few months earlier than we would have preferred to make the jump but seems reasonable. People on...

Is that the same bug? The error is: ``` --> 383 def dragEnterEvent(self, event: QtGui.QDragEnterEvent) -> None: ``` which comes from an AttributeError: ``` AttributeError: module 'PySide6.QtPrintSupport' has no attribute...

I just reproduced it in https://github.com/mne-tools/mne-python/pull/12629 when I tried to remove the existing `!=6.7.1`. For some I can't get to the traceback on Azure but it's the same as the...

AFAIK there is no animation decorator but you should be able to accomplish something like this using QTimer

@j-bowhay you requested changes a bit ago did you want to look again? If not, feel free to merge! @sagi-ezri if there is no response by the end of the...

Agreed I think it would be cool to support it in `add_bem`!