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
There is unnecessary code repetition for the definition of pm_SEprice in the model.
It is currently repeated in multiple places in the model. However, most probably only two assignments are really required: one at the core/preloop, and another in the core/postsolve.
Repeating the assignment at every power sector module realization, and at every presolve is quite unnecessary, extends the code length and can create potential oversight issues on any future change that can affect this parameter.
The text was updated successfully, but these errors were encountered:
There is unnecessary code repetition for the definition of
pm_SEprice
in the model.It is currently repeated in multiple places in the model. However, most probably only two assignments are really required: one at the core/preloop, and another in the core/postsolve.
Repeating the assignment at every power sector module realization, and at every presolve is quite unnecessary, extends the code length and can create potential oversight issues on any future change that can affect this parameter.
The text was updated successfully, but these errors were encountered: