We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In combination with StaticArrays 1.4.2 I get the error combine_sizes not defined when comparing two matrices. MWE:
combine_sizes not defined
A = HybridArray{Tuple{2,2,StaticArrays.Dynamic()}}(randn(2,2,4)); B = rand(2,2,4); A .== B
Likely related: JuliaArrays/StaticArrays.jl#1008
The text was updated successfully, but these errors were encountered:
combine_size
Thanks for the report, I'll fix it in a moment.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In combination with StaticArrays 1.4.2 I get the error
combine_sizes not defined
when comparing two matrices.MWE:
Likely related:
JuliaArrays/StaticArrays.jl#1008
The text was updated successfully, but these errors were encountered: