Skip to content

Fill y0 with zeroes if not of the correct shape #203

Open
@schneiderfelipe

Description

@schneiderfelipe

It is a common use case, most of the concentrations in a complex reaction network will be zero. So assume them zero if some are missing.

def get_y(
dydt, y0, t_span=None, method="Radau", rtol=1e-3, atol=1e-6, max_time=1 * 60 * 60
):

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