We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedee39 commit 6b57949Copy full SHA for 6b57949
nipype/interfaces/ants/segmentation.py
@@ -940,7 +940,7 @@ class AntsJointFusionInputSpec(ANTSCommandInputSpec):
940
941
942
class AntsJointFusionOutputSpec(TraitedSpec):
943
- out_label_fusion = File()
+ out_label_fusion = File(exists=True)
944
out_intensity_fusion_name_format = traits.Str()
945
out_label_post_prob_name_format = traits.Str()
946
out_atlas_voting_weight_name_format = traits.Str()
0 commit comments