Skip to content

Commit 78647b9

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

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
@@ -58,7 +58,7 @@ def test_description(
5858
format_version: Union[Literal["discover", "latest"], str] = "discover",
5959
weight_format: Optional[WeightsFormat] = None,
6060
devices: Optional[List[str]] = None,
61-
absolute_tolerance: float = 1e-4,
61+
absolute_tolerance: float = 1.5e-4,
6262
relative_tolerance: float = 1e-4,
6363
decimal: Optional[int] = None,
6464
expected_type: Optional[str] = None,

0 commit comments

Comments
 (0)