Thomas S. Binns
Thomas S. Binns
Currently, if an example is listed in `expected_failing_examples`, its thumbnail will be set automatically to the "BROKEN" stamp. For example, ``` sphinx_gallery_conf = { ... 'expected_failing_examples': ['../examples/my_failing_example.py'], } ``` would...
Now that a general framework for multivariate connectivity is supported following #125 and #142, it would be nice to expand the methods available. Three come to mind: ## 1. Canonical...
Currently, `cwt_morlet` is the only TFR method supported, and I see there is a note in `epochs.py`: `# reminder to add alternative TFR methods`. Would it be possible to add...
### Description of the problem `mne.compute_rank` calls `mne.io.pick._picks_by_type` to find the channels to compute the rank for. `_picks_by_type` only returns channels of types given in the variable `_DATA_CH_TYPES_SPLIT` which does...
### Describe the new feature or enhancement Discussed in call with @wmvanvliet. Not so much a feature request but a feature un-request... The [CSP](https://mne.tools/dev/generated/mne.decoding.CSP.html#mne.decoding.CSP.plot_filters) and [SPoC](https://mne.tools/stable/generated/mne.decoding.SPoC.html#mne.decoding.SPoC.plot_filters) classes of the decoding...
## Problem Belated follow-up of #1220. In short, currently expected failing examples use the "BROKEN" stamp as their thumbnail, which cannot be overwitten by including e.g. `# sphinx_gallery_thumbnail_path = '_static/my_preferred_thumbnail.png'`...
Precursor for adding surrogate connectivity stats testing. Allows Fourier coefficients stored in `EpochsSpectrum` objects to be passed in as `data` to `spectral_connectivity_epochs()`. Support for storing Fourier coeffs. in these objects...
@larsoner pointed out in #220 that we should be explicit about the roles of intersphinx links since behaviour depends on `default_role` and could silently fail, e.g. ``` :class:`mne.Epochs` ``` rather...