Skip to content

Commit

Permalink
Merge pull request #1428 from beausievers/master
Browse files Browse the repository at this point in the history
fsl.MotionOutliers output spec no longer requires out_file to exist
  • Loading branch information
effigies authored Oct 31, 2024
2 parents 00c490c + 95b4fc8 commit e07301d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/interfaces/fsl/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2799,7 +2799,7 @@ class MotionOutliersInputSpec(FSLCommandInputSpec):


class MotionOutliersOutputSpec(TraitedSpec):
out_file = File(exists=True)
out_file = File()
out_metric_values = File(exists=True)
out_metric_plot = File(exists=True)

Expand Down

0 comments on commit e07301d

Please sign in to comment.