Daniel McCloy
Daniel McCloy
we do have 1 or 2 tutorials that we simply show the code but don't execute them during our doc build. This is achieved by naming the tutoral `something.py` instead...
the RTD build is persistently failing with not much in the way of helpful error messages / tracebacks, so I can't check if this is working easily. Will need to...
hey all, here's a snippet based on what we worked out yesterday, for a script to parse pyproject.toml and generate a requirements file from it after hardening the pins: ```py...
To disable, I think it would work to redefine `$enable-smooth-scroll` in https://github.com/pydata/pydata-sphinx-theme/blob/main/src/pydata_sphinx_theme/assets/styles/variables/_bootstrap.scss
> we can allow the user to generate 3 centers, but could raise an error if any more are asked for Does the method allow an arbitrary number of centers?...
Thanks for your enthusiasm @natinew77-creator! As I said above: > it would be good to make the labels of the True sensors bold or something. But "or something" has a...
+1 although I would prefer at least the option of a warning (as your title suggests) rather than error (as is done for channels). In a large-dataset-pipeline context I could...
> For other File formats, when there are acquisition gaps, MNE will add a 0-duration annotation with the description `BAD_ACQ_SKIP`. IIUC this won't be enough. It will be an improvement,...
> @drammock, is it possible that it was introduced with bug fixes #12536 or #12538? I checked the files but could not directly understand how the introduced changes impact overlapping...
> I did a `git bisect` using the script provided under `Steps to reproduce` and it confirmed that [#12536](https://github.com/mne-tools/mne-python/pull/12536) introduced the issue. @mistraube are you up for trying to fix...