Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing initial values should change SBML export #1193

Open
luciansmith opened this issue Mar 6, 2024 · 0 comments
Open

Changing initial values should change SBML export #1193

luciansmith opened this issue Mar 6, 2024 · 0 comments

Comments

@luciansmith
Copy link

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant