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 4b403bd commit 9fe2747Copy full SHA for 9fe2747
bioimageio/core/cli.py
@@ -503,7 +503,7 @@ def _example(self):
503
with dst.open("wb") as f:
504
shutil.copyfileobj(reader, f)
505
506
- inputs = [tuple(inputs001)]
+ inputs = [inputs001]
507
output_pattern = f"{example_path}/outputs/{{output_id}}/{{sample_id}}.tif"
508
509
bioimageio_cli_path = example_path / YAML_FILE
0 commit comments