From 93f113515f82643ad770ab995d5af9d94653685b Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Sat, 10 Aug 2024 12:42:03 +0200 Subject: [PATCH] ? --- ostap/fitting/tests/test_fitting_dataset.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ostap/fitting/tests/test_fitting_dataset.py b/ostap/fitting/tests/test_fitting_dataset.py index 66e69535..c8168c01 100644 --- a/ostap/fitting/tests/test_fitting_dataset.py +++ b/ostap/fitting/tests/test_fitting_dataset.py @@ -75,6 +75,8 @@ logger.info ('Loop over weighted dataset') for index, entry , weight in weighted.loop ( '(Evt<10) && (Mass<10)' , first = 100 , last = 1000 , progress = True ) : pass +""" + # ============================================================================= ## (3) loop and get certain information as arrays/rows # ============================================================================= @@ -118,7 +120,6 @@ logger.info ( 'Print shuffle unweighted sample:\n%s' % ss4.table ( prefix = '# ' ) ) logger.info ( 'Print shuffle weighted sample:\n%s' % ws4.table ( prefix = '# ' ) ) -""" # ============================================================================= ## (8) subset