mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00:34 +00:00
typo fix
This commit is contained in:
parent
48a8369b6e
commit
4c6fa48615
@ -1506,7 +1506,7 @@ void HybridObservablesTest::check_results_code_pseudorange(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// check results against the test tolerance
|
// check results against the test tolerance
|
||||||
if (!std::insnan(rmse))
|
if (!std::isnan(rmse))
|
||||||
{
|
{
|
||||||
ASSERT_LT(rmse, 3.0);
|
ASSERT_LT(rmse, 3.0);
|
||||||
ASSERT_LT(error_mean, 1.0);
|
ASSERT_LT(error_mean, 1.0);
|
||||||
|
Loading…
Reference in New Issue
Block a user