MCPcopy Index your code
hub / github.com/google-deepmind/dm_control / setUp

Method setUp

dm_control/mujoco/engine_test.py:41–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39class MujocoEngineTest(parameterized.TestCase):
40
41 def setUp(self):
42 super().setUp()
43 self._physics = engine.Physics.from_xml_path(MODEL_PATH)
44
45 def _assert_attributes_equal(self, actual_obj, expected_obj, attr_to_compare):
46 for name in attr_to_compare:

Callers

nothing calls this directly

Calls 1

from_xml_pathMethod · 0.45

Tested by

no test coverage detected