Skip to content

Commit

Permalink
Increase tolerance in simulation test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jun 11, 2024
1 parent e7d3f20 commit 67193b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ def test_box_with_zero_gravity(
assert data.base_position() == pytest.approx(
data0.base_position()
+ 0.5 * L_f[:, :3].squeeze() / js.model.total_mass(model=model) * tf**2,
rel=1e-4,
abs=1e-3,
)

0 comments on commit 67193b9

Please sign in to comment.