Skip to content

Commit 6533d63

Browse files
authored
Update bioimageio/core/_resource_tests.py
1 parent b8d3721 commit 6533d63

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
@@ -35,7 +35,7 @@ def test_model(
3535
source: Union[v0_5.ModelDescr, PermissiveFileSource],
3636
weight_format: Optional[WeightsFormat] = None,
3737
devices: Optional[List[str]] = None,
38-
absolute_tolerance: float = 1e-4,
38+
absolute_tolerance: float = 1.5e-4,
3939
relative_tolerance: float = 1e-4,
4040
decimal: Optional[int] = None,
4141
) -> ValidationSummary:

0 commit comments

Comments
 (0)