Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Apr 25, 2024
1 parent 04e8809 commit 237222f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/parallel/parallel_statvar.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def pStatVar ( chain ,
## few special/trivial cases


print ( 'I AM PSTATVAR/0 ' , root_info , python_info )
print ( 'I AM PSTATVAR/0 ' , root_info , python_info, ( 6 , 18 ) <= root_info, root_info < ( 6 , 19 ) , ( 6 , 18 ) <= root_info < ( 6 , 19 ) , python_info < ( 3 , 0 ) )

from ostap.trees.trees import _stat_vars_
last = min ( n_large , first + nevents if 0 < nevents else n_large )
Expand Down

0 comments on commit 237222f

Please sign in to comment.