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 659cbbb commit 198ab36Copy full SHA for 198ab36
tests/test_resource_tests/test_test_model.py
@@ -16,7 +16,7 @@ def test_error_for_wrong_shape2(stardist_wrong_shape2):
16
summary = test_model(stardist_wrong_shape2)
17
expected_error_message = (
18
"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])."
+ "ParametrizedInputShape(min=[1, 80, 80, 1], step=[0, 17, 17, 0])."
20
)
21
assert summary["error"] == expected_error_message
22
0 commit comments