From af674027bcb75529f80639ec26261d7d80f6abe6 Mon Sep 17 00:00:00 2001 From: VanyaBelyaev Date: Sat, 3 Aug 2024 16:39:24 +0200 Subject: [PATCH] Update roc.py --- ostap/histos/roc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostap/histos/roc.py b/ostap/histos/roc.py index 95e04c4b..8bd7dfb9 100644 --- a/ostap/histos/roc.py +++ b/ostap/histos/roc.py @@ -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 )