Skip to content

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions