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 f49e639 commit 25a7e00Copy full SHA for 25a7e00
tests/conftest.py
@@ -115,23 +115,12 @@
115
"unet2d_nuclei_broad_model",
116
]
117
)
118
-ONNX_MODELS = (
119
- []
120
- if onnxruntime is None
121
- else [
122
- "hpa_densenet",
123
- "unet2d_multi_tensor",
124
- "unet2d_nuclei_broad_model",
125
- ]
126
-)
+ONNX_MODELS = [] if onnxruntime is None else ["hpa_densenet"]
127
TENSORFLOW_MODELS = (
128
[]
129
if tensorflow is None
130
else (
131
- [
132
133
- "stardist",
134
+ ["stardist"]
135
if tf_major_version == 1
136
else [
137
"unet2d_keras_tf2",
0 commit comments