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
When a scenario object is checked out it is not possible to retrieve timeseries data.
Code sample or context
scen.check_out()
scen.timeseries()
or
with scen.transact():
scen.timeseries()
Expected result
retrieve timeseries data; logic equivalent to that of parameters and/or sets.
Error message
*** at.ac.iiasa.ixmp.exceptions.at.ac.iiasa.ixmp.exceptions.IxException: at.ac.iiasa.ixmp.exceptions.IxException: This Scenario must be checked in before performing this operation!
The text was updated successfully, but these errors were encountered:
When a scenario object is checked out it is not possible to retrieve timeseries data.
Code sample or context
or
Expected result
retrieve timeseries data; logic equivalent to that of parameters and/or sets.
Error message
The text was updated successfully, but these errors were encountered: