From d7b61b1c01db3b91f7f78c066446bfb64892f260 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Mon, 15 Feb 2021 19:00:29 +0100 Subject: [PATCH] Add test for animation --- Tests/short_tests.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Tests/short_tests.json b/Tests/short_tests.json index 0f55cef4..b8e185b7 100644 --- a/Tests/short_tests.json +++ b/Tests/short_tests.json @@ -1105,5 +1105,14 @@ "$src_dir/Analysis/plot_eddy_contours.py", "$src_dir/Tests/Input/Region_6_SHP_triplet", "--save=png" ] + }, + { + "title": "Animation", + "command": + [ + "$src_dir/Analysis/plot_eddy_contours.py", + "--anim", "20454", "20455", + "--light", "$src_dir/Tests/Input/Region_6_SHP_triplet" + ] } ] -- GitLab