Skip to content

Commit 747ec89

Browse files
Merge pull request #268 from ie3-institute/df/#267-node-em-creation
Removed node from create method of energy management systems
2 parents 9175be4 + 0b4e887 commit 747ec89

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
1717
### Changed
1818
- Add `s_ratedDC` to parameter for creation of `ElectricVehicles` [#236](https://github.com/ie3-institute/pypsdm/issues/236)
1919
- Adapt to recent PSDM changes with regard to energy management systems [#164](https://github.com/ie3-institute/pypsdm/issue/164)
20+
- Removed node from create method of energy management systems [#267](https://github.com/ie3-institute/pypsdm/issue/267)
2021

2122
### Removed
2223

pypsdm/models/input/create/participants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ def create_loads(data_dict):
352352

353353
def create_energy_management_systems_data(
354354
id,
355-
node,
356355
control_strategy,
357356
parent_em=None,
358357
q_characteristics=None,
@@ -368,7 +367,6 @@ def create_energy_management_systems_data(
368367
return pd.Series(
369368
{
370369
"id": id,
371-
"node": node,
372370
"control_strategy": control_strategy,
373371
"parent_em": parent_em,
374372
"q_characteristics": q_characteristics,

0 commit comments

Comments
 (0)