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

Warning with groupreduce #44

Open
dunefox opened this issue Dec 9, 2021 · 1 comment
Open

Warning with groupreduce #44

dunefox opened this issue Dec 9, 2021 · 1 comment

Comments

@dunefox
Copy link

dunefox commented Dec 9, 2021

When running the groupreduce example I get the following warning:

julia> groupreduce(iseven, +, 1:10)
┌ Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr
│   caller = groupreduce(op::typeof(+), groups::MappedArray{Bool, 1, typeof(iseven), UnitRange{Int64}}, values::UnitRange{Int64}; kw::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}) at group.jl:125
└ @ SplitApplyCombine ~/.julia/packages/SplitApplyCombine/ulZAx/src/group.jl:125
2-element Dictionaries.Dictionary{Bool, Int64}
 false25
  true30
@max-sixty
Copy link

I'm getting something similar:

receiving msg from SplitApplyCombine depwarn (Ptr{Nothing} @0x00000001750c955f, :getproperty) use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr Warn 125 /Users/maximi
lian/.julia/packages/SplitApplyCombine/ulZAx/src/group.jl

Though the issue above is easier to reproduce

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

No branches or pull requests

2 participants