Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Oct 12, 2024
1 parent a96ca30 commit bb7f1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ostap/stats/gof_np.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb7f1fd

Please sign in to comment.