Skip to content
Snippets Groups Projects
Commit 3f3122fb authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Move part of tests to new test series

Move part of tests to new test series in sub-directory.
parent 02f4757f
No related branches found
No related tags found
No related merge requests found
{
"Report_graph_cyclo": {
"command": [
"$src_dir/Overlap/Analysis/report_graph.py",
"--gv",
"--merging",
"$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv"
]
},
"Report_graph_anti": {
"command": [
"$src_dir/Overlap/Analysis/report_graph.py",
"--gv",
"--merging",
"$tests_old_dir/EGr2nd15md4np3/edgelist.csv"
]
},
"Plot_components": {
"command": [
"$src_dir/Overlap/Analysis/plot_components.py",
"$tests_old_dir/EGr2nd15md4np3/edgelist.csv",
"$tests_old_dir/Extraction_eddies_region_2_noise/SHPC",
"Anticyclones",
"--save=png"
]
},
"Report_graph_int": {
"command": [
"$src_dir/Overlap/Analysis/report_graph.py",
"--gv",
"--merging",
"$tests_old_dir/Graph_from_Matlab_v6_anti/edgelist.csv"
]
},
"Plot_components_date": {
"description": "plot_components.py with option node and option label with an integer value, so is_node_type is called with an integer value for label.",
"command": [
"$src_dir/Overlap/Analysis/plot_components.py",
"$tests_old_dir/EGr2nd15md4np3/edgelist.csv",
"$tests_old_dir/Extraction_eddies_region_2_noise/SHPC",
"Anticyclones",
"--save=png",
"--node=204618",
"--label_date=20461"
]
},
"Extract_component":
{
"command":
[
"$src_dir/Overlap/Analysis/extract_component.py",
"$my_data_dir/Eurec4A/Graph_anti/segments_cost.gt",
"1980897", "component_1980897.graphml"
]
},
"Extract_component_CSV":
{
"description": "Extract component from an edgelist.",
"command":
[
"$src_dir/Overlap/Analysis/extract_component.py",
"$my_data_dir/Eurec4A/Graph_anti/edgelist.csv",
"1980897", "component_1980897.graphml"
]
},
"Edgelist_to_Graphviz":
{
"command":
[
"$src_dir/Overlap/Analysis/edgelist_to_Graphviz.py",
"$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv", "eddy_graph.gv"
]
},
"Extract_component_nx":
{
"command":
["$src_dir/Overlap/Analysis/extract_component_nx.py",
"$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv", "286461"]
}
}
......@@ -459,39 +459,6 @@
"$tests_old_dir/Region_5_15_days/SHPC"
]
},
"Report_graph_cyclo": {
"command": [
"$src_dir/Overlap/Analysis/report_graph.py",
"--gv",
"--merging",
"$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv"
]
},
"Report_graph_anti": {
"command": [
"$src_dir/Overlap/Analysis/report_graph.py",
"--gv",
"--merging",
"$tests_old_dir/EGr2nd15md4np3/edgelist.csv"
]
},
"Plot_components": {
"command": [
"$src_dir/Overlap/Analysis/plot_components.py",
"$tests_old_dir/EGr2nd15md4np3/edgelist.csv",
"$tests_old_dir/Extraction_eddies_region_2_noise/SHPC",
"Anticyclones",
"--save=png"
]
},
"Report_graph_int": {
"command": [
"$src_dir/Overlap/Analysis/report_graph.py",
"--gv",
"--merging",
"$tests_old_dir/Graph_from_Matlab_v6_anti/edgelist.csv"
]
},
"Read_eddy_missing_speed": {
"commands": [
[
......@@ -588,18 +555,6 @@
],
"input": "&CONFIG_GRAPH_NML MAX_DELTA=4, cyclone = f/\n&MAIN_NML /\n"
},
"Plot_components_date": {
"description": "plot_components.py with option node and option label with an integer value, so is_node_type is called with an integer value for label.",
"command": [
"$src_dir/Overlap/Analysis/plot_components.py",
"$tests_old_dir/EGr2nd15md4np3/edgelist.csv",
"$tests_old_dir/Extraction_eddies_region_2_noise/SHPC",
"Anticyclones",
"--save=png",
"--node=204618",
"--label_date=20461"
]
},
"Greece_graph": {
"description": "This is a case where the speed is not defined on a whole segment.",
"command": [
......@@ -623,38 +578,5 @@
]
],
"input": "&main_nml cyclone = t, grid_lon_lat = f/\n"
},
"Extract_component":
{
"command":
[
"$src_dir/Overlap/Analysis/extract_component.py",
"$my_data_dir/Eurec4A/Graph_anti/segments_cost.gt",
"1980897", "component_1980897.graphml"
]
},
"Extract_component_CSV":
{
"description": "Extract component from an edgelist.",
"command":
[
"$src_dir/Overlap/Analysis/extract_component.py",
"$my_data_dir/Eurec4A/Graph_anti/edgelist.csv",
"1980897", "component_1980897.graphml"
]
},
"Edgelist_to_Graphviz":
{
"command":
[
"$src_dir/Overlap/Analysis/edgelist_to_Graphviz.py",
"$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv", "eddy_graph.gv"
]
},
"Extract_component_nx":
{
"command":
["$src_dir/Overlap/Analysis/extract_component_nx.py",
"$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv", "286461"]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment