From a794a8666654f8a8fa92a6575213b5f43833e498 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Tue, 5 Jul 2022 16:12:49 +0200
Subject: [PATCH] Bug fix: correct option of `plot_components.py`

Option should have been updated in commit e35226da.
---
 Overlap/Tests/short_tests.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json
index 0fd7472d..a4654ca5 100644
--- a/Overlap/Tests/short_tests.json
+++ b/Overlap/Tests/short_tests.json
@@ -590,7 +590,7 @@
 	    "$src_dir/Overlap/plot_components.py",
 	    "$PWD/EGr2nd15md4np3/edgelist.csv",
 	    "$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti",
-	    "--save=png", "--node=347852", "--label=20461"
+	    "--save=png", "--node=347852", "--label_date=20461"
 	]
     },
     {
-- 
GitLab