We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36be7e3 commit b516b7bCopy full SHA for b516b7b
bioimageio/core/commands.py
@@ -64,7 +64,7 @@ def test(
64
devices=[devices] if isinstance(devices, str) else devices,
65
decimal=decimal,
66
)
67
- print(summary.format())
+ summary.display()
68
sys.exit(0 if summary.status == "passed" else 1)
69
70
@staticmethod
@@ -79,7 +79,7 @@ def validate_format(
79
"""
80
print(f"\validating meta data format of {source}...")
81
summary = load_description_and_validate_format_only(source)
82
83
84
85
0 commit comments