Skip to content
Snippets Groups Projects
Commit 906c0a36 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[tests.segmentation] Fix expected JSON filename

parent 2ee2f060
No related branches found
No related tags found
1 merge request!46Create common library
......@@ -30,7 +30,7 @@ def test_protocol_consistency(
from mednet.libs.common.data.split import make_split
database_checkers.check_split(
make_split("mednet.libs.segmentation.config.data.cxr8", f"{split}.json"),
make_split("mednet.libs.segmentation.config.data.cxr8", f"{split}.json.bz2"),
lengths=lengths,
prefixes=[],
possible_labels=[],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment