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 a67ca21 commit 527f18bCopy full SHA for 527f18b
scripts/static_validation.py
@@ -141,8 +141,8 @@ def prepare_dynamic_test_cases(
141
for wf in rd.weights:
142
# we skip the keras validation for now, see
143
# https://github.com/bioimage-io/collection-bioimage-io/issues/16
144
- if wf == "keras_hdf5":
145
- warnings.warn("keras weights are currently not validated")
+ if wf in ("keras_hdf5", "tensorflow_js"):
+ warnings.warn(f"{wf} weights are currently not validated")
146
continue
147
148
env_name = ensure_valid_conda_env_name(version_id)
0 commit comments