Eric Larson
Eric Larson
The `info` rank can sometimes be wrong when there is a lot of head movement. I find something [compute_rank](https://mne.tools/stable/generated/mne.compute_rank.html) to be more robust. I propose adding: ``` cov_rank: Literal["info"] |...
I'm seeing this: > E UserWarning: json-tricks: numpy scalar serialization is experimental and may work differently in future versions which looks like https://json-tricks.readthedocs.io/en/latest/index.html?highlight=numpy%20scalar#numpy-scalars _Originally posted by @drammock in https://github.com/mne-tools/mne-bids-pipeline/issues/1088#issuecomment-2963406924_
See top comment of #1021 by @skjerns : > Or to make on_error work as indented? Agreed it's odd that `on_error='continue'` does not proceed to process the other subjects. I...
Let's see if we can remotely debug https://github.com/pytest-dev/pytest/issues/11884#issuecomment-2574158153
This should make it so we don't have to use `-fastdispatch`. But I'll reenable it for speed anyway once we see it work.
Testing delvewheel.
`pactools.__version__` is set to `"0.1"` even though it should be `"0.3.1"`. Setting to `"0.3.2"` here and hoping for a quick merge and release :)
### Describe the bug **context** In Sphinx-built docs, when I create a `button-ref` the nested parse is buggy, with `button-link` it's okay. Not a minimal example, but in a `make...