Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
81
class
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
TestEntity
Class · 0.85
Tested by
no test coverage detected