From 9de4d63b1a7fb7df319482a0d27ad4b58a5694fa Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Tue, 30 Jul 2024 16:43:38 +0200 Subject: [PATCH] fix --- ostap/fitting/dataset.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ostap/fitting/dataset.py b/ostap/fitting/dataset.py index 885a1856..2aa5b90f 100644 --- a/ostap/fitting/dataset.py +++ b/ostap/fitting/dataset.py @@ -1065,14 +1065,6 @@ def get_var ( self, aname ) : _vars = self.get() return getattr ( _vars , aname ) - -_new_methods_ += [ - ROOT.RooDataSet .vminmax , - ] - - - - # ============================================================================= ## Is there at least one entry that satisfy selection criteria? # @code