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
Hej Fredrik! It would be great if this worked with a Von Mises distribution:
julia> Particles(VonMises()) ERROR: MethodError: no method matching iterate(::VonMises{Float64}) Closest candidates are: iterate(::Union{LinRange, StepRangeLen}) @ Base range.jl:880 iterate(::Union{LinRange, StepRangeLen}, ::Integer) @ Base range.jl:880 iterate(::T) where T<:Union{Base.KeySet{<:Any, <:Dict}, Base.ValueIterator{<:Dict}} @ Base dict.jl:698 ...
The text was updated successfully, but these errors were encountered:
Hey Yakir!
I'll look into what the problem is here, in the meantime,
julia> Particles(rand(VonMises(), 100)) 0.0863504 ± 1.35 Particles{Float64, 100}
Sorry, something went wrong.
No branches or pull requests
Hej Fredrik!
It would be great if this worked with a Von Mises distribution:
The text was updated successfully, but these errors were encountered: