Skip to content

Commit 8cc219d

Browse files
authored
Update bioimageio/core/_resource_tests.py
1 parent 78647b9 commit 8cc219d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioimageio/core/_resource_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def load_description_and_test(
8484
format_version: Union[Literal["discover", "latest"], str] = "discover",
8585
weight_format: Optional[WeightsFormat] = None,
8686
devices: Optional[List[str]] = None,
87-
absolute_tolerance: float = 1e-4,
87+
absolute_tolerance: float = 1.5e-4,
8888
relative_tolerance: float = 1e-4,
8989
decimal: Optional[int] = None,
9090
expected_type: Optional[str] = None,

0 commit comments

Comments
 (0)