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
* 0 and ∅ not added as species for user defined function
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Change explicit list to self.nothing
* Fix merge conflict of last commit
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description:
When using '0' or '∅' in a user defined reaction, 0/∅ is added to the list of species and to the stoichiometric matrix.
Reproduce:
Text file containing:
Convert to model:
Expected:
model.stoichiometry
: [1]model.species
: AObserved:
model.stoichiometry
: [-1, 1]model.species
: 0, AThe text was updated successfully, but these errors were encountered: