MCPcopy Create free account
hub / github.com/ahalev/python-microgrid / run

Method run

src/pymgrid/microgrid/microgrid.py:230–231  ·  view source on GitHub ↗
(self, control, normalized=True)

Source from the content-addressed store, hash-verified

228
229 @deprecation_err('Microgrid.step')
230 def run(self, control, normalized=True):
231 pass
232
233 def step(self, control, normalized=True):
234 """

Calls

no outgoing calls