We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7a19b commit 18f3430Copy full SHA for 18f3430
bioimageio/core/cli.py
@@ -182,7 +182,9 @@ def _get_stat(
182
req_dataset_meas, _ = get_required_dataset_measures(model_descr)
183
184
if stats_path.exists():
185
- logger.info(f"loading precomputed dataset measures from {stats_path}")
+ logger.opt(depth=1).info(
186
+ f"loading precomputed dataset measures from {stats_path}"
187
+ )
188
stat = load_dataset_stat(stats_path)
189
for m in req_dataset_meas:
190
if m not in stat:
0 commit comments