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
An initial assignment is used to initialize values in an SBML model. Similarly, "r.setValue('init(k1)')" is the method in roadrunner that sets the 'reset' value of a parameter.
Since these are essentially the same things, I think that r.setValue('init(k1)') should reset the initial assignment of the variable in question (right now, roadrunner just refuses to do it at all).
@matthiaskoenig: would this affect you guys at all? Herbert wanted to check before implementing this.
The text was updated successfully, but these errors were encountered:
An initial assignment is used to initialize values in an SBML model. Similarly, "r.setValue('init(k1)')" is the method in roadrunner that sets the 'reset' value of a parameter.
Since these are essentially the same things, I think that r.setValue('init(k1)') should reset the initial assignment of the variable in question (right now, roadrunner just refuses to do it at all).
@matthiaskoenig: would this affect you guys at all? Herbert wanted to check before implementing this.
The text was updated successfully, but these errors were encountered: