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
right now the change constraint modification uses reactions(model) to set bounds on variables. For more complicated models like GeckoModels you can't use the natural (un-mangled) reaction ids to set the bounds on variables. We should fix it so that the users can do this without having to look-up the mangled ones (or changing the underlying model).
The text was updated successfully, but these errors were encountered:
right now the change constraint modification uses
reactions(model)
to set bounds on variables. For more complicated models likeGeckoModel
s you can't use the natural (un-mangled) reaction ids to set the bounds on variables. We should fix it so that the users can do this without having to look-up the mangled ones (or changing the underlying model).The text was updated successfully, but these errors were encountered: