Skip to content

Commit

Permalink
Update niworkflows.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Mar 28, 2024
1 parent 489f616 commit 40c6b16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qsiprep/interfaces/niworkflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,8 @@ class RobustMNINormalizationOutputSpecRPT(
reporting.ReportCapableOutputSpec,
ants.registration.RegistrationOutputSpec,
):
pass
# Try to work around TraitError of "undefined 'reference_image' attribute"
reference_image = traits.File(desc="the output reference image")


class RobustMNINormalizationRPT(RegistrationRC, SpatialNormalization):
Expand Down

0 comments on commit 40c6b16

Please sign in to comment.