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 trying to modify a scenarios with a solution, it throws an error saying:
at.ac.iiasa.ixmp.exceptions.IxExceptionPyRaisable: at.ac.iiasa.ixmp.exceptions.IxException: This Scenario has elements in a variable or equation! Use 'removeSolution()' or clone(False)'before editing!
removeSolution() is deprecated. Actual name is remove_sol().
The text was updated successfully, but these errors were encountered:
The bug here is that ixmp is letting the IxException raised by ixmp_source pass through to the user directly. Instead, ixmp should catch this exception and re-raise it with the proper message.
When trying to modify a scenarios with a solution, it throws an error saying:
at.ac.iiasa.ixmp.exceptions.IxExceptionPyRaisable: at.ac.iiasa.ixmp.exceptions.IxException: This Scenario has elements in a variable or equation! Use 'removeSolution()' or clone(False)'before editing!
removeSolution()
is deprecated. Actual name isremove_sol()
.The text was updated successfully, but these errors were encountered: