Skip to content

Commit

Permalink
Change name attribute for CSV/OEDB export
Browse files Browse the repository at this point in the history
Makes consistent names in eDisGo
  • Loading branch information
gplessm committed Jul 19, 2018
1 parent 911b653 commit 5f913f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ding0/tools/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -1998,7 +1998,7 @@ def aggregate_loads(la_center, aggr):
lines_idx += 1
aggr_lines += 1
edge_name = '_'.join(
['line_aggr_load_la_',
['line_aggr_load_la',
str(node.lv_load_area.id_db), str(type),
str(node.lv_load_area.id_db)])
lines_dict[lines_idx] = {
Expand Down

0 comments on commit 5f913f2

Please sign in to comment.