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

adjustUnits issue colliding with Ignore option in Model #34

Open
phantomas1234 opened this issue Jan 7, 2015 · 0 comments
Open

adjustUnits issue colliding with Ignore option in Model #34

phantomas1234 opened this issue Jan 7, 2015 · 0 comments

Comments

@phantomas1234
Copy link
Contributor

model = ExampleData[{"Toolbox", "Glycolysis"}];
adjustUnits[{k["vh"] -> 1}, model] (*-> Millimole Hour^-1 Liter^-1*)

vs.

adjustUnits[{k["vh"] -> 1}, {r["vh", {m["h", "c"]}, {}, {1}, True]}] (*-> Hour^-1*)

the Ignore option allows on to exclude certain species from the generated mass-action rate-laws. They're not excluded though if they are the only species in a reaction. adjustUnits is not aware of that.

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