We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55260e6 commit 9e3a3feCopy full SHA for 9e3a3fe
bioimageio/core/_resource_tests.py
@@ -434,7 +434,7 @@ def _handle_legacy_precision_args(
434
# decimal overrides new behaviour,
435
# have to convert the params to emulate old behaviour
436
return {
437
- "absolute_tolerance": 10 ** (-decimal),
+ "absolute_tolerance": 1.5 * 10 ** (-decimal),
438
"relative_tolerance": 0,
439
"decimal": None,
440
}
0 commit comments