Skip to content

Commit

Permalink
ignore not-applicable compat checks
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jun 11, 2024
1 parent fb5ba60 commit 4bc1893
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bioimageio_collection_backoffice/remote_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,9 @@ def maybe_swap_with_thumbnail(
compat_reports = rv.get_all_compatibility_reports()

for r in compat_reports:
if r.status == "not-applicable":
continue

compatible = r.status == "passed"
compat[r.tool] = compatible
if compatible:
Expand Down

0 comments on commit 4bc1893

Please sign in to comment.