Skip to content

Commit cedd53e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9bc4cd6 commit cedd53e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monai/data/image_reader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,9 @@ def _get_affine(self, img, lps_to_ras: bool = True):
382382

383383

384384
# affine = numpy.round(affine, decimals=5)
385-
385+
386386
logger.debug(f"Affine matrix:\n{affine}")
387-
387+
388388
return affine
389389

390390
def _get_spatial_shape(self, img):

0 commit comments

Comments
 (0)