From bb7f1fdb2897dc45e476d176148bf5901f84985d Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Sat, 12 Oct 2024 14:37:34 +0200 Subject: [PATCH] ? --- ostap/stats/gof_np.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ostap/stats/gof_np.py b/ostap/stats/gof_np.py index 656d11b7..3510da5e 100644 --- a/ostap/stats/gof_np.py +++ b/ostap/stats/gof_np.py @@ -89,9 +89,9 @@ def __init__ ( self , self.__silent = True if silent else False self.__parallel = True if parallel else False - if self.__parallel and memory_enough () < 2 : + if self.__parallel and memory_enough () < 3 : logger.warning ( 'Available/Used memory ratio: %.1f; switch-off parallel processing') - self.__parallel = False + self.__parallel = False # ========================================================================== ## Normalize two data sets, such that each variable in pooled set