From 765a75512ddfd75b63b0dca995abaf1914d139b6 Mon Sep 17 00:00:00 2001 From: Jacob Zimmerman Date: Wed, 30 Oct 2024 16:24:02 -0700 Subject: [PATCH 1/2] Fix typo (config.loggers.interface not .interfaces) --- src/fmripost_aroma/interfaces/confounds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fmripost_aroma/interfaces/confounds.py b/src/fmripost_aroma/interfaces/confounds.py index fd6489f..6de5cd4 100644 --- a/src/fmripost_aroma/interfaces/confounds.py +++ b/src/fmripost_aroma/interfaces/confounds.py @@ -91,7 +91,7 @@ def _get_ica_confounds(mixing, aroma_features, skip_vols, newpath=None): # Return dummy list of ones if no noise components were found if motion_ics.size == 0: - config.loggers.interfaces.warning('No noise components were classified') + config.loggers.interface.warning('No noise components were classified') return None, mixing_out # return dummy lists of zeros if no signal components were found From 5a7ffd90aeaa3731436dde3933f41fb9e5a78b2c Mon Sep 17 00:00:00 2001 From: Jacob Zimmerman Date: Wed, 30 Oct 2024 16:50:43 -0700 Subject: [PATCH 2/2] Add self as contributor to .zenodo.json Per https://www.nipreps.org/community/CONTRIBUTING/#recognizing-contributions --- .zenodo.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zenodo.json b/.zenodo.json index 7034140..bc905cb 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -18,6 +18,11 @@ }, { "name": "Caballero Gaudes, Cesar" + }, + { + "affiliation": "Department of Psychology, University of Southern California", + "name": "Zimmerman, Jacob C.", + "orcid": "0000-0002-6010-8086" } ], "creators": [