Skip to content

Commit

Permalink
DOC: Fix typo (mne-tools#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Apr 26, 2024
1 parent 7e1d9f9 commit 44a884f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
pip install --upgrade --progress-bar off pip
pip install --upgrade --progress-bar off "autoreject @ https://api.github.com/repos/autoreject/autoreject/zipball/master" "mne[hdf5] @ git+https://github.com/mne-tools/mne-python@main" "mne-bids[full] @ https://api.github.com/repos/mne-tools/mne-bids/zipball/main" numba
pip install -ve .[tests]
pip install "PyQt6!=6.6.1" "PyQt6-Qt6!=6.6.1,!=6.6.2,!=6.6.3"
pip install "PyQt6!=6.6.1" "PyQt6-Qt6!=6.6.1,!=6.6.2,!=6.6.3,!=6.7.0"
- run:
name: Check Qt
command: |
Expand Down
2 changes: 1 addition & 1 deletion docs/source/v1.9.md.inc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- When using automated bad channel detection, now indicate the generated `*_bads.tsv` files whether a channel
had previously already been marked as bad in the dataset. Resulting entries in the TSV file may now look like:
`"pre-existing (before MNE-BIDS-pipeline was run) & auto-noisy"` (previously: only `"auto-noisy"`). (#930 by @hoechenberger)
- The `ica_ctps_ecg_threshold` has been renamed to [`ica_ecg_threshold`][`mne_bids_pipeline._config.ica_ecg_threshold]. (#935 by @hoechenberger)
- The `ica_ctps_ecg_threshold` has been renamed to [`ica_ecg_threshold`][mne_bids_pipeline._config.ica_ecg_threshold]. (#935 by @hoechenberger)
### :package: Requirements
Expand Down

0 comments on commit 44a884f

Please sign in to comment.