Skip to content

Commit

Permalink
add debug logging for test_kwargs extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Oct 21, 2024
1 parent 31f34c9 commit c7cd152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bioimageio_collection_backoffice/run_dynamic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from bioimageio.spec.model.v0_5 import WeightsFormat
from bioimageio.spec.summary import ErrorEntry, InstalledPackage, ValidationDetail
from bioimageio.spec.utils import download
from loguru import logger
from ruyaml import YAML

from bioimageio_collection_backoffice.db_structure.compatibility import (
Expand Down Expand Up @@ -118,6 +119,7 @@ def get_basic_summary():
get_summary_detail_from_exception("check for test kwargs", e)
)
else:
logger.debug("extracted 'test_kwargs': {}", test_kwargs)
try:
summary = test_description(
rdf_url, weight_format=weight_format, **test_kwargs
Expand Down

0 comments on commit c7cd152

Please sign in to comment.