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 32cdb45 commit 81fa7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/parallel/parallel_add_branch.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def add_new_branch ( chain ,
trees = ch.split ( max_files = 1 )

import ostap.parallel.parallel as P
print ( 'PARALLEL' , p.worker , p.WorkManager , p.dill )
print ( 'PARALLEL' , P.worker , P.WorkManager , P.dill , P.DILL_PY3_issue )
print ( 'PICKLES/F' , function , P.pickles ( function ) )
print ( 'PICKLES/B' , branch_name , P.pickles ( branch_name ) )
print ( 'PICKLES/T' , task , P.pickles ( task ) )
Expand Down

0 comments on commit 81fa7bb

Please sign in to comment.