Conversation

tsalo

Summary

Fixes none, but is related to #3423 and #3424.

List of changes proposed in this PR (pull-request)

  • Add "GenericLabel" to list of valid interpolation types in ANTS's ApplyTransforms interface.

@codecovCodecov

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b066807) 63.15% compared to head (0114009) 63.15%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3617   +/-   ##
=======================================
  Coverage   63.15%   63.15%           
=======================================
  Files         308      308           
  Lines       40825    40825           
  Branches     5656     5656           
=======================================
  Hits        25781    25781           
  Misses      14031    14031           
  Partials     1013     1013           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -349,6 +349,7 @@ class ApplyTransformsInputSpec(ANTSCommandInputSpec):
"MultiLabel",
"Gaussian",
"BSpline",
"GenericLabel",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to add traits.Tuple(traits.Str()) to interpolation_parameters options, as well.

@effigieseffigies merged commit 5ef9fe4 into nipy:master Dec 6, 2023
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.