Skip to content

Commit

Permalink
Update roc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev authored Aug 3, 2024
1 parent 0db15da commit af67402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/histos/roc.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def _fun_ ( obj ) :
es = VE ( sig_fun ( es ) )
eb = VE ( bkg_fun ( eb ) )

if es.isgood () ) and eb.isgood() :
if es.isgood () and eb.isgood() :
graph [ ipoint ] = es , eb
else :
bad_points.add ( ipoint )
Expand Down

0 comments on commit af67402

Please sign in to comment.