Skip to content

Commit 9e3a3fe

Browse files
committed
fix: legacy precision emulation
1 parent 55260e6 commit 9e3a3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioimageio/core/_resource_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def _handle_legacy_precision_args(
434434
# decimal overrides new behaviour,
435435
# have to convert the params to emulate old behaviour
436436
return {
437-
"absolute_tolerance": 10 ** (-decimal),
437+
"absolute_tolerance": 1.5 * 10 ** (-decimal),
438438
"relative_tolerance": 0,
439439
"decimal": None,
440440
}

0 commit comments

Comments
 (0)