Skip to content

Commit 078a5e9

Browse files
committed
minor fix run_suite
1 parent 21db061 commit 078a5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_run_suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_run_suite(args):
5353
evaluation_results_per_drug,
5454
evaluation_results_per_cell_line,
5555
true_vs_pred,
56-
) = parse_results(path_to_results=os.path.join(temp_dir.name, args.run_id, args.dataset_name))
56+
) = parse_results(path_to_results=os.path.join(temp_dir.name, args.run_id), dataset="Toy_Data")
5757

5858
(
5959
evaluation_results,

0 commit comments

Comments
 (0)