From 02f4757f8610e607c222d13fce45b420ffea1355 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Wed, 21 Feb 2024 17:37:09 +0100 Subject: [PATCH] Use files from `tests_old_dir` Rather than from current series of tests. --- Overlap/Tests/short_tests.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json index 1976f808..006e0103 100644 --- a/Overlap/Tests/short_tests.json +++ b/Overlap/Tests/short_tests.json @@ -464,7 +464,7 @@ "$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--merging", - "$PWD/EGr2nd15md4np3_cyclo/edgelist.csv" + "$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv" ] }, "Report_graph_anti": { @@ -472,7 +472,7 @@ "$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--merging", - "$PWD/EGr2nd15md4np3/edgelist.csv" + "$tests_old_dir/EGr2nd15md4np3/edgelist.csv" ] }, "Plot_components": { -- GitLab