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 b8d3721 commit 6533d63Copy full SHA for 6533d63
bioimageio/core/_resource_tests.py
@@ -35,7 +35,7 @@ def test_model(
35
source: Union[v0_5.ModelDescr, PermissiveFileSource],
36
weight_format: Optional[WeightsFormat] = None,
37
devices: Optional[List[str]] = None,
38
- absolute_tolerance: float = 1e-4,
+ absolute_tolerance: float = 1.5e-4,
39
relative_tolerance: float = 1e-4,
40
decimal: Optional[int] = None,
41
) -> ValidationSummary:
0 commit comments