(nonmodular, raise_errors)
| 20 | |
| 21 | |
| 22 | def 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 | |
| 30 | def get_pv_module(nonmodular, raise_errors): |