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 b355829 commit 9f771b1Copy full SHA for 9f771b1
tests/test_resource_tests/test_test_model.py
@@ -66,4 +66,4 @@ def test_issue289():
66
doi = "10.5281/zenodo.6287342"
67
model_resource = bioimageio.core.load_resource_description(doi)
68
test_result = test_model(model_resource)
69
- assert all(t["status"] == "success" for t in test_result)
+ assert all([t["status"] == "passed" for t in test_result])
0 commit comments