Skip to content

Commit

Permalink
Correct "col" entries in generate_topology_dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
olejandro committed Dec 16, 2024
1 parent 6b56830 commit 0d202cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xl2times/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2216,12 +2216,12 @@ def generate_topology_dictionary(
{
"key": "processes_by_comm_in",
"df": pros_and_coms[["process", "commodity"]][i_comm_in],
"col": "commodity-in",
"col": "commodity",
},
{
"key": "processes_by_comm_out",
"df": pros_and_coms[["process", "commodity"]][i_comm_out],
"col": "commodity-out",
"col": "commodity",
},
{"key": "commodities_by_name", "df": coms[["commodity"]], "col": "commodity"},
{
Expand Down

0 comments on commit 0d202cb

Please sign in to comment.