Skip to content

Breaks when one formula returns multiple outputs as a mix of ndarrays and floats. #11

Open
@veronicaguo

Description

@veronicaguo

In core.py, on line 239, it assumes avg is a ndarray. But when a formula has multiple outputs of different lengths, avg is actually a tuple, which leads to an attribute error when avg.ndim is called.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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