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
The function 'getCurrentSBML()' exports the current state of the model as if it were the 'initial' state of the model in an exported SBML file. (The same is true of 'getCurrentAntimony()') However, anything with an initial assignment escapes that clause, and you just get the initial assignment, not the current value. So:
This is arguably a bug, though it's possible that someone is relying on the behavior somehow. @matthiaskoenig : would you agree this needs to be changed?
The text was updated successfully, but these errors were encountered:
The function 'getCurrentSBML()' exports the current state of the model as if it were the 'initial' state of the model in an exported SBML file. (The same is true of 'getCurrentAntimony()') However, anything with an initial assignment escapes that clause, and you just get the initial assignment, not the current value. So:
includes:
This is arguably a bug, though it's possible that someone is relying on the behavior somehow. @matthiaskoenig : would you agree this needs to be changed?
The text was updated successfully, but these errors were encountered: