Skip to content

Commit 542a791

Browse files
authored
bug fix in merger
1 parent f1e2cb6 commit 542a791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

emf/loadflow_tool/model_merger/model_merger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def handle(self, task_object: dict, **kwargs):
262262
valid_tso_list = [tso['pmd:TSO'] for tso in valid_models]
263263

264264
# Update model outages
265+
tso_list = []
265266
if force_outage_fix: #force outage fix on all models if set
266267
tso_list = valid_tso_list
267268
elif merging_area == 'BA' and any(tso in ['LITGRID', 'AST', 'ELERING'] for tso in replaced_tso_list): #by default do it on Baltic merge replaced models

0 commit comments

Comments
 (0)