From aaee91ad3c3e5e4afe88aa0160a42fa2236bfae9 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Wed, 21 Feb 2024 17:09:46 +0100 Subject: [PATCH] Add test `Extract_component_nx` --- Overlap/Tests/short_tests.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json index ff7a4282..5b8da687 100644 --- a/Overlap/Tests/short_tests.json +++ b/Overlap/Tests/short_tests.json @@ -650,5 +650,11 @@ "$src_dir/Overlap/edgelist_to_Graphviz.py", "$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv", "eddy_graph.gv" ] + }, + "Extract_component_nx": + { + "command": + ["$src_dir/Overlap/extract_component_nx.py", + "$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv", "286461"] } } -- GitLab