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 dc824a0 commit 5cd289bCopy full SHA for 5cd289b
bioimageio/core/_resource_tests.py
@@ -414,7 +414,7 @@ def _test_in_env(
414
"bioimageio",
415
"test",
416
str(source),
417
- f"--{summary_path_arg_name}={summary_path}",
+ f"--{summary_path_arg_name}={summary_path.as_posix()}",
418
f"--determinism={determinism}",
419
]
420
+ ([f"--expected-type={expected_type}"] if expected_type else [])
0 commit comments