Skip to content

Commit 3c900fe

Browse files
committed
fix: commons.resample_img_to_img copy_header bug
1 parent e262c06 commit 3c900fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

siibra/commons.py

-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ def resample_img_to_img(
538538
target_img=target_img,
539539
interpolation=interpolation,
540540
force_resample=True, # False is intended for testing. see nilearn docs
541-
copy_header=True, # New default behaviour as of nilearn v0.13.0
542541
)
543542
return resampled_img
544543

0 commit comments

Comments
 (0)