From 9323360526b46a68b4fe9713cb242c2ade9c89cc Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 29 Apr 2017 23:14:36 +0200 Subject: [PATCH] Fix TTFF test --- src/tests/system-tests/ttff_gps_l1.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/tests/system-tests/ttff_gps_l1.cc b/src/tests/system-tests/ttff_gps_l1.cc index 1c57fdb85..2d2155e4a 100644 --- a/src/tests/system-tests/ttff_gps_l1.cc +++ b/src/tests/system-tests/ttff_gps_l1.cc @@ -220,9 +220,7 @@ void TTFF_GPS_L1_CA_Test::config_1() config->set_property("Observables.dump_filename", "./observables.dat"); // Set PVT - config->set_property("PVT.implementation", "Hybrid_PVT"); - config->set_property("PVT.averaging_depth", std::to_string(averaging_depth)); - config->set_property("PVT.flag_averaging", "true"); + config->set_property("PVT.implementation", "RTKLIB_PVT"); config->set_property("PVT.output_rate_ms", std::to_string(output_rate_ms)); config->set_property("PVT.display_rate_ms", std::to_string(display_rate_ms)); config->set_property("PVT.dump_filename", "./PVT");