From 03eace81cae355ef1ceefc8436df0adb158e7417 Mon Sep 17 00:00:00 2001
From: ahees <aurelien.hees@obspm.fr>
Date: Fri, 24 Feb 2023 18:35:48 +0100
Subject: [PATCH] Suggestion to pass test

---
 tests/test_ranging.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_ranging.py b/tests/test_ranging.py
index c7f27bf..b46dab4 100755
--- a/tests/test_ranging.py
+++ b/tests/test_ranging.py
@@ -61,7 +61,7 @@ def test_prn_ambiguity_with_esa_orbits():
     instru = Instrument(
         size=100, dt=2E5,
         prn_ambiguity=300E3,
-        aafilter=None, physics_upsampling=1,
+        aafilter=None, physics_upsampling=1,telemetry_downsampling=10,
         orbits='tests/esa-trailing-orbits-2-0.h5')
 
     instru.disable_clock_noises()
-- 
GitLab