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

Function get_load_module

src/pymgrid/convert/get_module.py:22–27  ·  view source on GitHub ↗
(nonmodular, raise_errors)

Source from the content-addressed store, hash-verified

20
21
22def get_load_module(nonmodular, raise_errors):
23 time_series = nonmodular._load_ts
24 return LoadModule(time_series=time_series,
25 forecaster='oracle',
26 forecast_horizon=nonmodular.horizon-1,
27 raise_errors=raise_errors)
28
29
30def get_pv_module(nonmodular, raise_errors):

Callers 1

get_moduleFunction · 0.85

Calls 1

LoadModuleClass · 0.90

Tested by

no test coverage detected