Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OstapHEP/ostap
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Aug 4, 2024
2 parents 619fddb + af67402 commit 3827ed5
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 3827ed5

Please sign in to comment.