Skip to content
Snippets Groups Projects
tests.json 2.46 KiB
{
    "Report_graph_cyclo": {
	"command": [
            "$src_dir/Overlap/Analysis/report_graph.py",
            "--merging",
            "$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv"
	]
    },
    "Report_graph_anti": {
	"command": [
            "$src_dir/Overlap/Analysis/report_graph.py",
            "--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",
            "--merging",
            "$tests_old_dir/Graph_from_Matlab_v6_anti/edgelist.csv"
	]
    },
    "Plot_components_date": {
	"description": "plot_components.py with option label_date.",
	"commands":
	[
	    [
		"ln", "-sf", "$tests_old_dir/EGr2nd15md4np3/e_overestim.txt",
		"--target-directory=$tests_old_dir/Extract_component_nx_2"
	    ],
	    [
		"$src_dir/Overlap/Analysis/plot_components.py",
		"$tests_old_dir/Extract_component_nx_2/component.csv",
		"$tests_old_dir/Extraction_eddies_region_2_noise/SHPC",
		"Anticyclones",
		"--save=png",
		"--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",
	 "component.csv"]
    },
    "Extract_component_nx_2":
    {
	"description": "Serves as input to test Plot_components_date.",
	"command":
	["$src_dir/Overlap/Analysis/extract_component_nx.py",
	 "$tests_old_dir/EGr2nd15md4np3/edgelist.csv", "204618",
	 "component.csv"],
	"exclude_cmp": ["e_overestim.txt"]
    }
}