1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-07-14 23:54:21 +00:00

Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next

This commit is contained in:
Carles Fernandez 2019-11-12 19:00:25 +01:00
commit 04db57ce07
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -1506,7 +1506,7 @@ void HybridObservablesTest::check_results_code_pseudorange(
}
// check results against the test tolerance
if (!std::insnan(rmse))
if (!std::isnan(rmse))
{
ASSERT_LT(rmse, 3.0);
ASSERT_LT(error_mean, 1.0);