Skip to content

combine_sizes not defined #50

Closed
@judober

Description

@judober

In combination with StaticArrays 1.4.2 I get the error combine_sizes not defined when comparing two matrices.
MWE:

A = HybridArray{Tuple{2,2,StaticArrays.Dynamic()}}(randn(2,2,4));

B = rand(2,2,4);

A .== B

Likely related:
JuliaArrays/StaticArrays.jl#1008

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