Skip to content

Commit a1f8df9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/transforms/spatial/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2128,7 +2128,7 @@ def __call__(
21282128

21292129
if convert_f32:
21302130
out = out.to(torch.float64)
2131-
2131+
21322132
out_val, *_ = convert_to_dst_type(out, dst=img, dtype=np.float32)
21332133
return out_val
21342134

0 commit comments

Comments
 (0)