Skip to content
Snippets Groups Projects
Commit 03eace81 authored by HEES Aurélien's avatar HEES Aurélien
Browse files

Suggestion to pass test

parent 477da537
No related branches found
No related tags found
1 merge request!154Resolve "Error in definition of `telemetry_t0`"
Pipeline #226666 passed
...@@ -61,7 +61,7 @@ def test_prn_ambiguity_with_esa_orbits(): ...@@ -61,7 +61,7 @@ def test_prn_ambiguity_with_esa_orbits():
instru = Instrument( instru = Instrument(
size=100, dt=2E5, size=100, dt=2E5,
prn_ambiguity=300E3, prn_ambiguity=300E3,
aafilter=None, physics_upsampling=1, aafilter=None, physics_upsampling=1,telemetry_downsampling=10,
orbits='tests/esa-trailing-orbits-2-0.h5') orbits='tests/esa-trailing-orbits-2-0.h5')
instru.disable_clock_noises() instru.disable_clock_noises()
......
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