Skip to content

Commit

Permalink
no difference between load outputs 'consumption' and 'load_dem' for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JortGroen committed Dec 19, 2024
1 parent e443ed3 commit cd77ad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/illuminator/models/Load/load_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def step(self, time, inputs, max_advance=1) -> None:
# self._cache = {}
# self._cache[eid]
results = self.demand(load=input_data['load'])
self._model.outputs['load_dem'] = results['load_dem']
self._model.outputs['consumption'] = results['load_dem']

return time + self._model.time_step_size
Expand Down

0 comments on commit cd77ad7

Please sign in to comment.