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

[BUG] Broadcasting operations mixing NaiveOrderedSet and Tuple is broken #32

Open
mtfishman opened this issue Feb 6, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@mtfishman
Copy link
Member

For example:

julia> using NamedDimsArrays

julia> NamedDimsArrays.NaiveOrderedSet((1, 2)) .== (1, 2)
ERROR: ArgumentError: broadcasting requires an assigned BroadcastStyle
Stacktrace:
 [1] copy(bc::Base.Broadcast.Broadcasted{Base.Broadcast.Unknown, Tuple{…}, typeof(==), Tuple{…}})
   @ Base.Broadcast ./broadcast.jl:888
 [2] materialize(bc::Base.Broadcast.Broadcasted{Base.Broadcast.Unknown, Nothing, typeof(==), Tuple{…}})
   @ Base.Broadcast ./broadcast.jl:872
 [3] top-level scope
   @ REPL[4]:1
Some type information was truncated. Use `show(err)` to see complete types.

(jl_wFDvoH) pkg> st NamedDimsArrays
Status `/private/var/folders/qz/q22pzwm144z9fq57mpf1hfp40000gq/T/jl_wFDvoH/Project.toml`
  [60cbd0c0] NamedDimsArrays v0.4.0

Related to #31.

@mtfishman mtfishman added the bug Something isn't working label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant