File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 920
920
"name" : " Mihai, Paul Glad" ,
921
921
"orcid" : " 0000-0001-5715-6442"
922
922
},
923
+ {
924
+ "affiliation" : " Child Mind Institute" ,
925
+ "name" : " Cluce, Jon" ,
926
+ "orcid" : " 0000-0001-7590-5806"
927
+ },
923
928
{
924
929
"affiliation" : " Department of Psychology, Stanford University" ,
925
930
"name" : " Gorgolewski, Krzysztof J." ,
Original file line number Diff line number Diff line change @@ -2741,7 +2741,7 @@ def _list_outputs(self):
2741
2741
odir = os .path .dirname (os .path .abspath (prefix ))
2742
2742
outputs ["out_corr_matrix" ] = glob .glob (os .path .join (odir , "*.netcc" ))[0 ]
2743
2743
2744
- if isdefined ( self .inputs .ts_wb_corr ) or isdefined ( self .inputs .ts_Z_corr ) :
2744
+ if self .inputs .ts_wb_corr or self .inputs .ts_wb_Z :
2745
2745
corrdir = os .path .join (odir , prefix + "_000_INDIV" )
2746
2746
outputs ["out_corr_maps" ] = glob .glob (os .path .join (corrdir , "*.nii.gz" ))
2747
2747
You can’t perform that action at this time.
0 commit comments