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

Method setUp

dm_control/composer/entity_test.py:83–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81class EntityTest(parameterized.TestCase):
82
83 def setUp(self):
84 super().setUp()
85 self.entity = TestEntity()
86
87 def testNumObservables(self):
88 """Tests that the observables dict has the right number of entries."""

Callers

nothing calls this directly

Calls 1

TestEntityClass · 0.85

Tested by

no test coverage detected