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
message_ix.Scenario has methods for removing sets and parameters, remove_set() and remove_par(), respectively. However, there seems not to have such a method for removing a variable (e.g., remove_var()). This makes it almost impossible to remove an extra variable, which may was added by mistake, or more importantly to change the index sets of a variable by removing and initializing that variable again. Is there any intention for not having this feature, or am I missing something out?
The text was updated successfully, but these errors were encountered:
message_ix.Scenario
has methods for removing sets and parameters,remove_set()
andremove_par()
, respectively. However, there seems not to have such a method for removing a variable (e.g.,remove_var()
). This makes it almost impossible to remove an extra variable, which may was added by mistake, or more importantly to change the index sets of a variable by removing and initializing that variable again. Is there any intention for not having this feature, or am I missing something out?The text was updated successfully, but these errors were encountered: