Skip to content

Commit

Permalink
BUG: Fix continuous integration failure of ResampleAnImage
Browse files Browse the repository at this point in the history
  • Loading branch information
Leengit authored and dzenanz committed Apr 27, 2021
1 parent fd2b39b commit 66b8d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filtering/ImageGrid/ResampleAnImage/Code.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
input_image,
transform=scale_transform,
interpolator=interpolator,
size=size,
size=[size[d] for d in range(Dimension)],
output_spacing=spacing,
)

Expand Down

1 comment on commit 66b8d2f

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.