Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 14, 2024
1 parent 9bc4cd6 commit cedd53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monai/data/image_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ def _get_affine(self, img, lps_to_ras: bool = True):


# affine = numpy.round(affine, decimals=5)

logger.debug(f"Affine matrix:\n{affine}")

return affine

def _get_spatial_shape(self, img):
Expand Down

0 comments on commit cedd53e

Please sign in to comment.