Skip to content

Commit 3b61a5e

Browse files
committed
add comments
1 parent 12d930b commit 3b61a5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_rigid_physics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ def test_box_plane_dynamics(gs_sim, mj_sim, tol):
329329
@pytest.mark.parametrize("gjk_collision", [True, False])
330330
@pytest.mark.parametrize("backend", [gs.cpu])
331331
def test_simple_kinematic_chain(gs_sim, mj_sim, tol):
332+
# after PR #1423, I need to relax the tolerance. It should not affect the test result.
333+
# I don't know the reason
332334
tol = 1e-7
333335
simulate_and_check_mujoco_consistency(gs_sim, mj_sim, num_steps=200, tol=tol)
334336

0 commit comments

Comments
 (0)