You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REopt should be applying a population growth escalator to social costs of emissions from easiur, but its not applying that escalator to the social cost.
REopt should be applying a population growth escalator to social costs of emissions from easiur, but its not applying that escalator to the social cost.
Expected behavior from EASIUR sample code (here):
REopt behavior:
setindex!(ret_map, v .* (v.^(pop_year - 2005)), k)
should besetindex!(ret_map, ret_map[k] .* (v.^(pop_year - 2005)), k)
The text was updated successfully, but these errors were encountered: