Skip to content

Commit

Permalink
Merge pull request #3697 from shnizzedy/ts_Z_corr
Browse files Browse the repository at this point in the history
[FIX] `ts_Z_corr` → `ts_wb_Z`
  • Loading branch information
effigies authored Nov 11, 2024
2 parents 237a9a7 + cbcb487 commit afaf91e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,11 @@
"name": "Mihai, Paul Glad",
"orcid": "0000-0001-5715-6442"
},
{
"affiliation": "Child Mind Institute",
"name": "Cluce, Jon",
"orcid": "0000-0001-7590-5806"
},
{
"affiliation": "Department of Psychology, Stanford University",
"name": "Gorgolewski, Krzysztof J.",
Expand Down
2 changes: 1 addition & 1 deletion nipype/interfaces/afni/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -2741,7 +2741,7 @@ def _list_outputs(self):
odir = os.path.dirname(os.path.abspath(prefix))
outputs["out_corr_matrix"] = glob.glob(os.path.join(odir, "*.netcc"))[0]

if isdefined(self.inputs.ts_wb_corr) or isdefined(self.inputs.ts_Z_corr):
if self.inputs.ts_wb_corr or self.inputs.ts_wb_Z:
corrdir = os.path.join(odir, prefix + "_000_INDIV")
outputs["out_corr_maps"] = glob.glob(os.path.join(corrdir, "*.nii.gz"))

Expand Down

0 comments on commit afaf91e

Please sign in to comment.