Skip to content

Commit

Permalink
Merge pull request #369 from juaml/fix/pipeline-registry-typo
Browse files Browse the repository at this point in the history
[BUG]: Typo for `fMRIPrepConfoundRemover` pipeline registration
  • Loading branch information
synchon authored Sep 30, 2024
2 parents 8c74002 + 08d050f commit ab4f391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changes/newsfragments/369.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Correct listing for :class:`.fMRIPrepConfoundRemover` in ``junifer.pipeline.registry`` by `Synchon Mandal`_
2 changes: 1 addition & 1 deletion junifer/pipeline/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"BasePreprocessor": "BasePreprocessor",
"Smoothing": "Smoothing",
"SpaceWarper": "SpaceWarper",
"fMRIPrepConfoundRemove": "fMRIPrepConfoundRemove",
"fMRIPrepConfoundRemover": "fMRIPrepConfoundRemover",
},
"marker": {
"ALFFParcels": "ALFFParcels",
Expand Down

0 comments on commit ab4f391

Please sign in to comment.