Skip to content

Commit 5c9e8cf

Browse files
committed
fix depr api
1 parent 86ccab9 commit 5c9e8cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/services/CustomPrinting.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ function printVariable( io::IO, vert::DFGVariable;
7373
end
7474
printstyled(ioc, " VariableType: ", color=:blue, bold=true)
7575
println(ioc, vari)
76-
# println(ioc, "kde max: $(round.(getKDEMax(getKDE(vnd)),digits=4))")
77-
# println(ioc, "kde max: $(round.(getKDEMax(getKDE(vnd)),digits=4))")
76+
# println(ioc, "kde max: $(round.(getKDEMax(getBelief(vnd)),digits=4))")
77+
# println(ioc, "kde max: $(round.(getKDEMax(getBelief(vnd)),digits=4))")
7878
else
7979

8080
printstyled(ioc, summary(vert), bold=true, color=:blue)

test/attic/HexagonalCloud.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ for variable in getVariables(localFg)
5656
# variable.ppeDict[:default] = Dict{Symbol, VariableEstimate}(:Mean => VariableEstimate(:default, :Mean, means, now()))
5757
end
5858

59-
bel = getKDE(getVariable(localFg, :x0))
59+
bel = getBelief(getVariable(localFg, :x0))
6060
bel
6161

6262
# Push updates back to cloud.

0 commit comments

Comments
 (0)