Richard Höchenberger
Richard Höchenberger
Potentially after turning the class into an iterator (#8), we should add a termination criterion (e.g., number of trials, or entropy).
Add references to Watson (2017), King-Smith et al. (1994), etc.
Currently, not all functions are tested. And we don't have unit tests for any – only "integration" tests for their use via `QuestPlus`.
Transferring the work done with @SophieHerbst from https://github.com/mne-tools/mne-python/pull/10840
It's constantly obstructing part of the content I want to read – I like reading lines close to the bottom of my screen, don't ask me why, I assume my...
Please see https://mne.discourse.group/t/drop-log-no-data-when-creating-epochs/8981/2
Tracking issue for (implicit) MNE dependencies still lacking binary wheels for `aarch64` (ARM Linux)
This is just to help me (and you? 😄) track which packages are still lacking binary wheels for `aarch64`, hence preventing us from providing an installation that solely relies on...
Hello, currently we have the following variant in `pyproject.toml`: ```toml # Dependencies for MNE-Python functions that use HDF5 I/O hdf5 = ["h5io", "pymatreader"] ``` The HDF5 I/O is for example...
Hello, it seems pyvistaqt is not compatible with PySide 6.7, even though there is no upper bound for this dependency. ```python 1 # %% 2 import mne ----> 4 mne.viz.set_3d_backend('pyvista')...