Skip to content

Commit 198ab36

Browse files
committed
update test_test_model stardist wrong shape
1 parent 659cbbb commit 198ab36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_resource_tests/test_test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_error_for_wrong_shape2(stardist_wrong_shape2):
1616
summary = test_model(stardist_wrong_shape2)
1717
expected_error_message = (
1818
"Shape (1, 512, 512, 1) of test input 0 'input' does not match input shape description: "
19-
"ParametrizedInputShape(min=[1, 16, 16, 1], step=[0, 17, 17, 0])."
19+
"ParametrizedInputShape(min=[1, 80, 80, 1], step=[0, 17, 17, 0])."
2020
)
2121
assert summary["error"] == expected_error_message
2222

0 commit comments

Comments
 (0)