From 328c6e3bb2e240ae354b182905c83aab31321327 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Mon, 4 Jul 2022 09:16:16 +0200
Subject: [PATCH] Rename script

---
 Overlap/Tests/short_tests.json               | 8 +++++---
 Overlap/{plot_traj.py => plot_components.py} | 0
 2 files changed, 5 insertions(+), 3 deletions(-)
 rename Overlap/{plot_traj.py => plot_components.py} (100%)

diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json
index 85412d85..edabc164 100644
--- a/Overlap/Tests/short_tests.json
+++ b/Overlap/Tests/short_tests.json
@@ -486,7 +486,8 @@
 	"title": "Plot_traj",
 	"command":
 	[
-	    "$src_dir/Overlap/plot_traj.py", "$PWD/EGr2nd15md4np3/edgelist.csv",
+	    "$src_dir/Overlap/plot_components.py",
+	    "$PWD/EGr2nd15md4np3/edgelist.csv",
 	    "$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti",
 	    "--save=png"
 	]
@@ -583,10 +584,11 @@
     },
     {
 	"title": "Plot_traj_date",
-	"description": "plot_traj.py with options node and option label with an integer value, so is_node_type is called with an integer value for label.",
+	"description": "plot_components.py with options node and option label with an integer value, so is_node_type is called with an integer value for label.",
 	"command":
 	[
-	    "$src_dir/Overlap/plot_traj.py", "$PWD/EGr2nd15md4np3/edgelist.csv",
+	    "$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"
 	]
diff --git a/Overlap/plot_traj.py b/Overlap/plot_components.py
similarity index 100%
rename from Overlap/plot_traj.py
rename to Overlap/plot_components.py
-- 
GitLab