Skip to content

Commit 2722357

Browse files
committed
mark known invalid models
1 parent f3bf2e0 commit 2722357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_bioimageio_collection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def yield_bioimageio_yaml_urls() -> Iterable[ParameterSet]:
123123
"mellow-takeout/1": "missing cite",
124124
"merry-water-buffalo/0.1.0": "requires biapy",
125125
"mesmerizing-shoe/1.14.1": "missing license",
126+
"modest-spider/0.1.1": "non-batch id 'b'",
126127
"naked-microbe/1": "unknown layer Convolution2D",
127128
"nice-peacock/1": "invalid id",
128129
"noisy-ox/1": "batch size is actually limited to 1",
@@ -151,6 +152,7 @@ def yield_bioimageio_yaml_urls() -> Iterable[ParameterSet]:
151152
),
152153
"striking-necktie/1.14.1": "invalid id",
153154
"stupendous-sheep/1.1": "requires relativ import of attachment",
155+
"sympathetic-mosquito/1": "error deserializing VarianceScaling",
154156
"tempting-pizza/1": "missing license",
155157
"timeless-running-shirt/1.13.2": "invalid id, missing license",
156158
"uplifting-backpack/1.14.1": "invalid id, missing license",

0 commit comments

Comments
 (0)