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

Add a test with an integer label

Add a test that is going through `is_node_type` with an integer label.
parent 22e17b67
No related branches found
No related tags found
No related merge requests found
......@@ -595,5 +595,20 @@
"$PWD/Inst_eddies_10_anti_[1-3]"
],
"input": "&MAIN_NML MAX_DELTA=4 /\n"
},
{
"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.",
"command":
[
"$src_dir/Overlap/plot_traj.py",
"$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti",
"--save=png", "--node=347852", "--label=20461"
],
"symlink":
[
"$PWD/EGr2nd15md4np3/edgelist.csv",
"$PWD/EGr2nd15md4np3/node_id_param.json"
]
}
]
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