Skip to content

Commit

Permalink
Revise column name for make_statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Aug 26, 2023
1 parent 549fc48 commit dd116a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def collect_renewable_stats(rulename, technology):
),
)

add_computational_stats(df_RES_stats, snakemake, rulename)
add_computational_stats(df_RES_stats, snakemake, f"{rulename}_{technology}")

return df_RES_stats
else:
Expand Down

0 comments on commit dd116a2

Please sign in to comment.