Skip to content

Fixes using a stoichiometry name as an ID on a roadrunner object.#1314

Merged
luciansmith merged 8 commits intodevelopfrom
named-stoich-props
Mar 26, 2026
Merged

Fixes using a stoichiometry name as an ID on a roadrunner object.#1314
luciansmith merged 8 commits intodevelopfrom
named-stoich-props

Conversation

@luciansmith
Copy link
Copy Markdown

It turns out 'r.n' didn't actually work. This hopefully fixes it! Also, update the version number.

It turns out 'r.n' didn't actually work.  This hopefully fixes it!
Also, update the version number.
In python, r['n'] was working, but not r.model['n'].  Hopefully this fixes the latter.
The python bindings were getting 'n' from r.model['n'], which didn't work.  This was because I was calling 'getStoichiometry' wrong in LLVMExecutableModel.

Added tests for this on the C++ side.
Remove commented code; add better tests.
@luciansmith luciansmith merged commit ea1c77c into develop Mar 26, 2026
9 checks passed
@luciansmith luciansmith deleted the named-stoich-props branch March 26, 2026 00:57
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

Successfully merging this pull request may close these issues.

1 participant