Skip to content
Snippets Groups Projects
Commit 5935a731 authored by Maël Madon's avatar Maël Madon
Browse files

campaign2 file ready for all the expes

parent 29f5797e
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ with open(f"{WL_DIR}/start_days_for_campaign2.txt", 'w') as f: ...@@ -38,7 +38,6 @@ with open(f"{WL_DIR}/start_days_for_campaign2.txt", 'w') as f:
# Launch the expe for every start date # Launch the expe for every start date
############################### ###############################
nb_expe = len(expe_start_time) nb_expe = len(expe_start_time)
nb_expe = 2
with concurrent.futures.ProcessPoolExecutor() as executor: with concurrent.futures.ProcessPoolExecutor() as executor:
instances = [] instances = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment