From 5935a731e7dbbf8f76c2e41e09b596fd0e799a15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr>
Date: Wed, 2 Feb 2022 16:19:52 +0100
Subject: [PATCH] campaign2 file ready for all the expes

---
 campaign2.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/campaign2.py b/campaign2.py
index aa5812a..4d91952 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 = []
-- 
GitLab