Skip to content

Commit 18420b9

Browse files
authored
Merge pull request #434 from bioimage-io/FynnBe-patch-1
remove meaningless warning
2 parents ea93657 + eafb32a commit 18420b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,6 @@ def write_rdfs_for_resource(resource: dict, dist: Path, only_for_version_id: Opt
261261
rdf.pop("root_path", None)
262262
assert missing not in rdf.values(), rdf
263263

264-
if rdf["type"] == "application" and rdf["name"] != rdf["id"].split("/")[1]:
265-
warnings.warn(f"BioEngine name '{rdf['name']}' not second part in id '{rdf['id']}'")
266-
267264
# sort rdf to avoid random diffs
268265
rdf = rec_sort(rdf)
269266

0 commit comments

Comments
 (0)