Skip to content

Commit

Permalink
cleane dup spras/evaluation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Nov 15, 2024
1 parent 3507475 commit dd0359f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spras/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def precision_and_recall(file_paths: Iterable[Path], node_table: pd.DataFrame, a
pr_df = pd.DataFrame(results)
pr_df.sort_values(by=["Recall", "Pathway"], axis=0, ascending=True, inplace=True)
pr_df.to_csv(output_file, sep="\t", index=False)
print(pr_df)

num_of_algorithms_used = 0
if output_png is not None:
Expand Down

0 comments on commit dd0359f

Please sign in to comment.