From 25bc73ace4aa71cb80ea917d4709983ddb568ca2 Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Tue, 20 Feb 2024 11:12:32 +0100 Subject: [PATCH] fix typo --- ostap/fitting/pyselectors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostap/fitting/pyselectors.py b/ostap/fitting/pyselectors.py index d22267f1..5c939174 100644 --- a/ostap/fitting/pyselectors.py +++ b/ostap/fitting/pyselectors.py @@ -1587,7 +1587,7 @@ def make_dataset_old ( tree , if not silent : logger.info ( "Switch to more efficient function 'make_dataset'" ) return make_dataset ( tree , variables = variables , - seletion = selection , + selection = selection , roo_cuts = roo_cuts , name = name , title = title ,