Skip to content

The size of StackView over scalars? #3

@findmyway

Description

@findmyway
julia> StackView([rand(3,4),rand(3,4)]) |> size
(3, 4, 2)

julia> StackView([rand(3),rand(3)]) |> size
(3, 2)

julia> StackView([3, 3]) |> size
(2, 1)

Shouldn't the last one be of size (2,)?

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