Skip to content

Commit ab20d9b

Browse files
committed
Add dataset in tar format
1 parent cc0fc40 commit ab20d9b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

brats/data/tmp.tar.gz

9.22 KB
Binary file not shown.

brats/metrics/project/mlcube.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ def evaluate(
2929
parameters_file: str = typer.Option(..., "--parameters_file"),
3030
output_path: str = typer.Option(..., "--output_path"),
3131
):
32-
stats = {
33-
"stat": 1
34-
}
35-
with open(output_path, "w") as f:
36-
yaml.dump(stats, f)
32+
EvaluateTask.run(labels, predictions, parameters_file, output_path)
3733

3834

3935
@app.command("test")

0 commit comments

Comments
 (0)