Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Nov 18, 2024
1 parent bce7d1f commit 8188c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bioimageio_collection_backoffice/run_dynamic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from loguru import logger

from .common import yaml
from .db_structure.compatibility import CompatiblityReport
from .db_structure.compatibility import CompatibilityReport
from .db_structure.log import LogEntry
from .gh_utils import render_summary
from .remote_collection import Record, RecordDraft
Expand Down Expand Up @@ -60,7 +60,7 @@ def run_dynamic_tests(
)
render_summary(summary_formatted)

report = CompatiblityReport(
report = CompatibilityReport(
tool=f"bioimageio.core_{bioimageio.core.__version__}",
status=summary.status,
error=(
Expand Down

0 comments on commit 8188c99

Please sign in to comment.