Clemens Brunner

Results 84 issues of Clemens Brunner

I've recently been pointed to #12030, where a web-based viewer for 3D brain images is suggested (great idea BTW). In related news, Anaconda is currently working on implementing a web-based...

ENH
VIZ

Would you be up for renaming the master branch to main? This would reduce cognitive load for devs (or at least for me), because most repos use main nowadays.

I am using `highlevel.write_edf()` in my tests, and even though I am passing `sample_frequency` instead of `sample_rate`, I still get a `DeprecationWarning`: ``` def test_read_shhs(tmp_path): """Basic sanity checks for records...

It would be useful to add some option to view/edit the MNE-Python config file (`~/.mne/mne-python.json`).

This outsources BrainVision export to built-in MNE export functionality. Eventually, this should make it possible to export arbitrary markers (without converting them to `S 1` etc.).

I don't know if this is even possible, but it would be nice to run the examples in the docs automatically and include their output (e.g. figures, text output, ...)...

Our [API documentation](https://sleepecg.readthedocs.io/en/latest/api/classification/) looks very nice except for the following issues (left over from #126): - The "See Also" section should not be listed in the left TOC - The...

Currently, all info messages are printed to stdout via `tqdm.write()`. This is very useful for the CLI. However, I think it would be nice to log these messages to info...

All docstrings should use Markdown syntax instead of RST (e.g. `` `None` `` instead of ``` ``None`` ```).

I was trying to run the benchmark with `pytest -m benchmark mne_qt_browser`, but the required file `test_raw.fif` is not available. It seems like `mne/io/tests/data/` is not included in the regular...