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
Currently, calling Scenario.par() returns a pd.DataFrame with columns in no particular order.
This should be changed to using the order of Scenario.idx_names() + ['value', 'unit'] (for parameters) and ['lvl', 'mrg'] for variables and equations, respectively.
The text was updated successfully, but these errors were encountered:
Currently, calling
Scenario.par()
returns apd.DataFrame
with columns in no particular order.This should be changed to using the order of
Scenario.idx_names() + ['value', 'unit']
(for parameters) and['lvl', 'mrg']
for variables and equations, respectively.The text was updated successfully, but these errors were encountered: