Skip to content

Commit

Permalink
bf
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Nov 3, 2023
1 parent 7daa2a9 commit d69a116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HHbbVV/postprocessing/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ def multiROCCurve(
*pths[th],
marker="o",
s=40,
label=f"BDT Score > {th}" if i == 0 else None,
label=f"BDT Score > {th}" if i == len(rocs) - 1 else None,
color=th_colours[k],
zorder=100,
)
Expand Down

0 comments on commit d69a116

Please sign in to comment.