From 56fbeced9e72b4881ea988f0c0e539cdaf7a2a77 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Fri, 3 Feb 2023 22:55:03 +0100
Subject: [PATCH] Bug fix: do not provide standard input

Bug fix: do not provide standard input for `inst_eddies_Aviso.py`, it
does not read it.
---
 Inst_eddies/Tests/long_tests.json | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Inst_eddies/Tests/long_tests.json b/Inst_eddies/Tests/long_tests.json
index f3cb8dd1..0cb869c8 100644
--- a/Inst_eddies/Tests/long_tests.json
+++ b/Inst_eddies/Tests/long_tests.json
@@ -85,8 +85,7 @@
 	    "$large_input_dir/dt_global_allsat_phy_l4_20060101_20210726.nc",
 	    "--template=dt_global_allsat_phy_l4_%Y%m%d_20210726.nc", "-l",
 	    "20060115"
-	],
-	"input": "20454\n"
+	]
     },
     {
         "create_file": ["config_nml.txt", "&config_nml /\n"],
@@ -110,7 +109,6 @@
 	    "--template=dataset-duacs-global-allsat-phy-%Y-%m-%d.nc", "-l",
 	    "20200202"
         ],
-	"input": "25597\n",
 	"description":
 	"Date 2020-02-01 is missing. Test of the script with a missing date."
     },
-- 
GitLab