We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21db061 commit 078a5e9Copy full SHA for 078a5e9
tests/test_run_suite.py
@@ -53,7 +53,7 @@ def test_run_suite(args):
53
evaluation_results_per_drug,
54
evaluation_results_per_cell_line,
55
true_vs_pred,
56
- ) = parse_results(path_to_results=os.path.join(temp_dir.name, args.run_id, args.dataset_name))
+ ) = parse_results(path_to_results=os.path.join(temp_dir.name, args.run_id), dataset="Toy_Data")
57
58
(
59
evaluation_results,
0 commit comments