Skip to content

more informative error message when non-Specie/Expression objects given to overloaded methods. #7

@dave-doty

Description

@dave-doty

e.g., if someone does

a = gpac.specie('A')

instead of

a, = gpac.specie('A')

then a will be a Tuple[Specie] and cause an error with b+a >> c+d.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions