You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pts =randn(5)
p_ =*([kde!(pts);], addEntropy=false)
pts_ =getPoints(p_)
# results in 5 values all equal to pts[1]@assert pts_[2] != pts[2] "points in product of [p;] should be identical to original points"
MWE
Likely something to do with:
KernelDensityEstimate.jl/src/MSGibbs01.jl
Line 90 in caab2b1
and used here:
KernelDensityEstimate.jl/src/MSGibbs01.jl
Line 190 in caab2b1
and closest to user:
KernelDensityEstimate.jl/src/MSGibbs01.jl
Line 422 in caab2b1
The text was updated successfully, but these errors were encountered: