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
Changing the current value of a parameter will change SBML export from 'getCurrentSBML'. However, changing the initial value of a parameter does not change the SBML export from 'getSBML', which is supposed to export the initial state of the model. This needs to be fixed.
r.setValue("init(k1)", 3.2)
r.getSBML() #Should contain the value of 3.2 for k1
(Tagging @dalbabur for bringing this to our attention.)
The text was updated successfully, but these errors were encountered:
Changing the current value of a parameter will change SBML export from 'getCurrentSBML'. However, changing the initial value of a parameter does not change the SBML export from 'getSBML', which is supposed to export the initial state of the model. This needs to be fixed.
(Tagging @dalbabur for bringing this to our attention.)
The text was updated successfully, but these errors were encountered: