(self)
| 461 | self._physics.named.data.xpos[['cart', 'pole']].shape) |
| 462 | |
| 463 | def testReload(self): |
| 464 | self._physics.reload_from_xml_path(MODEL_PATH) |
| 465 | |
| 466 | def testReset(self): |
| 467 | self._physics.reset() |
nothing calls this directly
no test coverage detected