Daniel McCloy
Daniel McCloy
``` ImportError: cannot import name 'validate_data' from 'sklearn.utils.validation' ``` this happens with sklearn 1.4.1post1. full traceback: ``` Traceback (most recent call last): File "/opt/conda/miniforge3/envs/badbaby/bin/mne_bids_pipeline", line 8, in sys.exit(main()) ^^^^^^ File...
### Describe the bug When using the `.. include::` directive with the `:code:` option, the included source code is not properly lexed / highlighted. ### How to Reproduce Here is...
WIP. Makes it so that the content of `.. include::` directives (handled by docutils) with the `:code:` option gets lexed in the same way that Sphinx-handled `.. code-block::` directives are...
This is a very early WIP implementation to add EMG support. CIs are not expected to pass yet. cc @neuromechanist @jwelzel @larsoner @arnodelorme @robertoostenveld feel free to push directly to...
In #1998 we're working on a BEP for EMG data. We're hoping to use the `acq` entity for cases where multiple EMG devices were used simultaneously, but they were recording...
### Checklist - [x] I added a descriptive title - [x] I searched open requests and couldn't find a duplicate ### What is the idea? The `menu.json` schema should include...
looking at https://mne.tools/dev/auto_tutorials/preprocessing/90_eyetracking_data.html, I was surprised at how close to the plot edges the fixations are in the calibration plot, until I noticed that the the x and y axis...
#12906 reported a bug in how `mask` parameter applied to sensor labels in the topomap. That bug was fixed in #13470, but one aspect of #12906 was not addressed: >...
@tsbinns @nordme @CarinaFo @scott-huberty Here's the PR with placeholders. I discussed with @larsoner and he prefers that we try `uv` first; if it doesn't work or is unweildy we can...
This implements a Raw reader for OTB files (EMG data). There are 2 formats, OTB4 and OTB+; so far only OTB+ implemented. Based in part on a MATLAB reader, with...