diff --git a/campaign2.py b/campaign2.py index aa5812aee6c73bb4353d28f91487e7d323922c00..4d91952320a00bc6104e47fbcb401e7d9b5cd97b 100755 --- a/campaign2.py +++ b/campaign2.py @@ -38,7 +38,6 @@ with open(f"{WL_DIR}/start_days_for_campaign2.txt", 'w') as f: # Launch the expe for every start date ############################### nb_expe = len(expe_start_time) -nb_expe = 2 with concurrent.futures.ProcessPoolExecutor() as executor: instances = []