Skip to content

Commit

Permalink
Remove check that is not required anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Loisel committed Sep 28, 2022
1 parent 69d555a commit 94d5761
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/readEDGETransport.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ readEDGETransport <- function(subtype = "logit_exponent") {
setkeyv(dt, "DEM_scenario")
dt[.("gdp_SSP2EU_lowdem"), DEM_scenario := "gdp_SSP2_lowEn"]
scens <- unique(dt$DEM_scenario)
## this scenario is not supported by REMIND
dt <- dt[scens["gdp_SSP2EU_lowdem" != scens]]
return(dt)
}

Expand Down

0 comments on commit 94d5761

Please sign in to comment.