Skip to content

Commit 4f43a7d

Browse files
Google DeepMindcopybara-github
authored andcommitted
fix typo in bindings_test.py
PiperOrigin-RevId: 785536018 Change-Id: I06dd65c65c12e92d354d900a8046b38c0c5de8d3
1 parent 6416e54 commit 4f43a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/mujoco/bindings_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ def test_mjd_sub_quat(self):
13951395
np.testing.assert_array_equal(d2, d3.flatten())
13961396
np.testing.assert_array_equal(d1, d4.flatten())
13971397

1398-
def test_mjd_quat_intergrate(self):
1398+
def test_mjd_quat_integrate(self):
13991399
scale = 0.1
14001400
vel = np.array((0.2, 0.3, 0.3))
14011401
d_quat = np.empty(9, np.float64)

0 commit comments

Comments
 (0)