Skip to content

Commit

Permalink
Merge pull request bioimage-io#330 from bioimage-io/better_test_name
Browse files Browse the repository at this point in the history
include bioimageio_core_version in test name
  • Loading branch information
FynnBe authored May 16, 2023
2 parents 7e2c424 + c6eb205 commit 2654db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioimageio/core/resource_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def _test_model_inference(model: Model, weight_format: str, devices: Optional[Li
tb = traceback.format_tb(e.__traceback__)

return dict(
name="reproduce test outputs from test inputs",
name=f"reproduce test outputs from test inputs (bioimageio.core {bioimageio_core_version})",
status="passed" if error is None else "failed",
error=error,
traceback=tb,
Expand Down

0 comments on commit 2654db8

Please sign in to comment.