File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
pypsdm/models/input/create Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
17
17
### Changed
18
18
- Add ` s_ratedDC ` to parameter for creation of ` ElectricVehicles ` [ #236 ] ( https://github.com/ie3-institute/pypsdm/issues/236 )
19
19
- 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 )
20
21
21
22
### Removed
22
23
Original file line number Diff line number Diff line change @@ -352,7 +352,6 @@ def create_loads(data_dict):
352
352
353
353
def create_energy_management_systems_data (
354
354
id ,
355
- node ,
356
355
control_strategy ,
357
356
parent_em = None ,
358
357
q_characteristics = None ,
@@ -368,7 +367,6 @@ def create_energy_management_systems_data(
368
367
return pd .Series (
369
368
{
370
369
"id" : id ,
371
- "node" : node ,
372
370
"control_strategy" : control_strategy ,
373
371
"parent_em" : parent_em ,
374
372
"q_characteristics" : q_characteristics ,
You can’t perform that action at this time.
0 commit comments