Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

combine_sizes not defined #50

Closed
judober opened this issue Mar 18, 2022 · 1 comment · Fixed by #51
Closed

combine_sizes not defined #50

judober opened this issue Mar 18, 2022 · 1 comment · Fixed by #51

Comments

@judober
Copy link

judober commented Mar 18, 2022

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

@mateuszbaran
Copy link
Collaborator

Thanks for the report, I'll fix it in a moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants