Rename mj_stackAllocBytes to mj_stackAllocByte

PiperOrigin-RevId: 559071711
Change-Id: I19072e07ac86ee0486703aa48b0dceb297f5f893
This commit is contained in:
Yuval Tassa
2023-08-22 04:43:09 -07:00
committed by Copybara-Service
parent dae74030fe
commit 90f58ebe5d
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -948,7 +948,7 @@ Euler integrator, semi-implicit in velocity.
def test_can_raise_error(self):
self.data.pstack = self.data.nstack
with self.assertRaisesRegex(mujoco.FatalError,
r'\Amj_stackAllocBytes: stack overflow'):
r'\Amj_stackAllocByte: stack overflow'):
mujoco.mj_forward(self.model, self.data)
def test_mjcb_time(self):