Skip to content

Allow missing values in ComponentArray constructor #18

@metanoid

Description

@metanoid

The following construction fails:
ComponentArray(a=1, b=[2, 1, 4, missing], c=[1, 2, 3])

because in utils.jl there is no method for recursive_length(a::Missing)

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