Skip to content

Commit

Permalink
Revert "fix Project-MONAI#6911"
Browse files Browse the repository at this point in the history
This reverts commit 9fca72e.
  • Loading branch information
KumoLiu committed Aug 29, 2023
1 parent 9fca72e commit 1eb0d8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monai/transforms/spatial/dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ def __call__(self, data: Mapping[Hashable, torch.Tensor], lazy: bool | None = No
should_match = np.allclose(_init_shape, d[key].peek_pending_shape()) and np.allclose(
_pixdim, d[key].pixdim, atol=1e-3
)
_pixdim = d[key].pixdim
d[key] = self.spacing_transform(
data_array=d[key],
mode=mode,
Expand Down

0 comments on commit 1eb0d8c

Please sign in to comment.