Skip to content
Snippets Groups Projects
Commit 3b46a6fd authored by Marianna Rottoli's avatar Marianna Rottoli
Browse files

Hotfix removed from iterative EDGE-T as new data are provided.

parent 8943e18f
No related branches found
No related tags found
1 merge request!194Updates to EDGE-Transport
......@@ -102,11 +102,6 @@ pref_data$VS1_final_pref = pref_data$VS1_final_pref[check>0]
pref_data$VS1_final_pref[, check := NULL]
pref_data$VS1_final_pref = rbind(prefdata_nonmotV, pref_data$VS1_final_pref)
pref_data$FV_final_pref[technology %in% "NG" & year >= 2020 & logit_type == "sw",
value := value[year==2020] + (1-value[year==2020]) * (year-2020) / (2200-2020),
by=c("iso","vehicle_type","technology", "logit_type")]
## optional average of prices
average_prices = FALSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment