Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-Robotics/aligator
/ __init__
Method
__init__
tests/python/test_continuous_dynamics.py:43–45 ·
view source on GitHub ↗
(self, obj: MyODE)
Source
from the content-addressed store, hash-verified
41
42
class
MyODEData(dynamics.ODEData):
43
def
__init__(self, obj: MyODE):
44
super().__init__(obj.ndx, obj.nu)
45
self.v0 = np.random.randn(3)
46
47
48
@pytest.mark.skipif(
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected