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

Parametric stoichiometry coefficients are not sbml elements #1034

Open
janursa opened this issue May 12, 2022 · 1 comment
Open

Parametric stoichiometry coefficients are not sbml elements #1034

janursa opened this issue May 12, 2022 · 1 comment

Comments

@janursa
Copy link

janursa commented May 12, 2022

Following on the previous issue, i try this with the new version, and it works,
model = """
x = 1;
y = 10;
k = .1;
x_y = 0;
n=10;
x + n y -> x_y; kxy^n
"""
but, the following gives error,
model['n'] = 2
saying that 'No sbml element exists for symbol 'n''

@luciansmith
Copy link

I haven't forgotten this! I'm moving it to the roadrunner issue tracker, as this particular issue involves how roadrunner decides what's a relevant SBML element to provide user access to.

@luciansmith luciansmith transferred this issue from sys-bio/antimony Jul 1, 2022
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

2 participants