Skip to content

Commit

Permalink
less strict unit test failure limit (fixes potential spurious failure)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Sep 24, 2024
1 parent ea454bc commit 5468e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrpt_pf_localization/test/test_pf_localization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct TestParams
mrpt::get_env<std::string>("TEST_FINAL_GT_POSE", "[-9.03 4.5 0 4.3 0 0]");

const double TEST_CONVERGENCE_TOLERANCE =
mrpt::get_env<double>("TEST_CONVERGENCE_TOLERANCE", 0.25);
mrpt::get_env<double>("TEST_CONVERGENCE_TOLERANCE", 0.30);

const std::string TEST_MM_FILE = mrpt::get_env<std::string>("TEST_MM_FILE", "");

Expand Down

0 comments on commit 5468e0b

Please sign in to comment.