Rename mj_stackAllocBytes to mj_stackAllocByte
PiperOrigin-RevId: 559071711 Change-Id: I19072e07ac86ee0486703aa48b0dceb297f5f893
This commit is contained in:
committed by
Copybara-Service
parent
dae74030fe
commit
90f58ebe5d
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user