Increase test tolerance in engine_solver_test
PiperOrigin-RevId: 773647308 Change-Id: I11605518c4bb1d257763b7f3334de358bacc194c
This commit is contained in:
committed by
Copybara-Service
parent
60955d7e88
commit
e23b39fbfa
@@ -123,7 +123,7 @@ TEST_F(SolverTest, IslandsEquivalentForward) {
|
||||
model->opt.tolerance = 0; // set tolerance to 0
|
||||
model->opt.ls_tolerance = 0; // set ls_tolerance to 0
|
||||
|
||||
mjtNum rtol = 2e-6;
|
||||
mjtNum rtol = 3e-6;
|
||||
|
||||
mjData* data_island = mj_makeData(model);
|
||||
mjData* data_noisland = mj_makeData(model);
|
||||
|
||||
Reference in New Issue
Block a user