Skip to content

Fix composed CArrays #2

@jonniedie

Description

@jonniedie

Currently this fails because the CArray constructor falls back to calling a CArray field input an AbstractArray:

ca = CArray(a=1, b=[1,5,2])
ca2 = CArray(a=3, b=5, c=ca)
@test ca2.c isa CArray

Need to add method for CArrays as field value inputs.

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