Skip to content

adjustUnits issue colliding with Ignore option in Model #34

@phantomas1234

Description

@phantomas1234
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions