Skip to content

Commit

Permalink
misplaced comma
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmerrell authored Jul 10, 2020
1 parent d19fbe7 commit 8f2f5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/score_dream.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def compute_scores(pred_file, desc_file, antibody_file, root_antibody):

score_dict = {"aucroc": score_tuple[0],
"aucpr": score_tuple[1],
"roc_curves": score_tuple[2]
"pr_curves": score_tuple[3],
"roc_curves": score_tuple[2],
"pr_curves": score_tuple[3]
}

return score_dict
Expand Down

0 comments on commit 8f2f5bb

Please sign in to comment.