Skip to content

Commit

Permalink
FIX: Not crossref just link
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Sep 3, 2024
1 parent af2fc6c commit 60e66f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mne_bids_pipeline/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@

epochs_metadata_query: str | None = None
"""
A [metadata query][https://mne.tools/stable/auto_tutorials/epochs/30_epochs_metadata.html]
A [metadata query](https://mne.tools/stable/auto_tutorials/epochs/30_epochs_metadata.html)
specifying which epochs to keep. If the query fails because it refers to an
unknown metadata column, a warning will be emitted and all epochs will be kept.
Expand Down Expand Up @@ -1262,7 +1262,7 @@
rejection thresholds were too strict before running ICA, i.e., too many epochs
got rejected. `"autoreject_local"`, however, usually performed nicely.
The `autoreject` documentation
[recommends][https://autoreject.github.io/stable/auto_examples/plot_autoreject_workflow.html]
[recommends](https://autoreject.github.io/stable/auto_examples/plot_autoreject_workflow.html)
running local `autoreject` before and after ICA, which can be achieved by setting
both, `ica_reject` and [`reject`][mne_bids_pipeline._config.reject], to
`"autoreject_local"`.
Expand Down

0 comments on commit 60e66f3

Please sign in to comment.