Skip to content

Commit

Permalink
better use for addEntropy
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Jan 19, 2021
1 parent 31f0c79 commit 89e0748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MSGibbs01.jl
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ function *( trees::Vector{BallTreeDensity};
#

# hack fix for #70
if length(trees) == 1
if length(trees) == 1 && !addEntropy
pts = getPoints(trees[1]) |> deepcopy
return kde!(pts)
end
Expand Down

0 comments on commit 89e0748

Please sign in to comment.