Skip to content

Commit

Permalink
fix price year in tau report
Browse files Browse the repository at this point in the history
  • Loading branch information
sosorior committed Oct 30, 2024
1 parent 6e334b9 commit 3f54649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/reportElectricityPrices.R
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ reportElectricityPrices <- function(gdx, reporting_tau = FALSE) {

rename_tau <- function(name, data) {
.tau_nb <- getNames(data)
.nm <- paste0(name, "|", .tau_nb, " (Eur2015/MWh)")
.nm <- paste0(name, "|", .tau_nb, " (Eur2023/MWh)")
out <- setNames(data, .nm)
return(out)
}
Expand Down

0 comments on commit 3f54649

Please sign in to comment.