Skip to content

Commit 0abd936

Browse files
committed
include weight format in logging message
1 parent a335a70 commit 0abd936

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bioimageio/core/_resource_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,8 @@ def _test_model_inference_parametrized(
898898
(b, n) for b, n in product(sorted(batch_sizes), sorted(ns))
899899
}
900900
logger.info(
901-
"Testing inference with {} different inputs (B, N): {}",
901+
"Testing inference with '{}' for {} different inputs (B, N): {}",
902+
weight_format,
902903
len(test_cases),
903904
test_cases,
904905
)

0 commit comments

Comments
 (0)