Skip to content

Commit

Permalink
Merge 8d7f8a0 into f9b9d85
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Apr 13, 2021
2 parents f9b9d85 + 8d7f8a0 commit 0c0cad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchio/transforms/transform.py
Expand Up @@ -117,7 +117,7 @@ def __call__(
images_to_keep[new_name] = copy.copy(subject[name])
if self.copy:
subject = copy.copy(subject)
with np.errstate(all='raise'):
with np.errstate(all='raise', under='ignore'):
transformed = self.apply_transform(subject)
if self.keep is not None:
for name, image in images_to_keep.items():
Expand Down

0 comments on commit 0c0cad7

Please sign in to comment.