Skip to content

Commit 5432462

Browse files
committed
fix doc error
1 parent a6a328f commit 5432462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/interfaces/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def _run_interface(self, runtime):
304304
# Common assumption; if we're wrong, unlikely to be the only thing that breaks
305305
xyz_unit = "mm"
306306

307-
# Set a 0.05mm threshold to performing rescaling
307+
# Set a 0.01mm threshold to performing rescaling
308308
atol = {"meter": 1e-5, "mm": 0.01, "micron": 10}[xyz_unit]
309309

310310
# Rescale => change zooms

0 commit comments

Comments
 (0)