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
Copy file name to clipboardExpand all lines: src/services/ApproxConv.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ function approxConvBelief(
13
13
)
14
14
#
15
15
v_trg =getVariable(dfg, target)
16
-
N = N ==0?getNumPts(v_trg; solveKey= solveKey) : N
16
+
N = N ==0?getNumPts(v_trg; solveKey) : N
17
17
# approxConv should push its result into duplicate memory destination, NOT the variable.VND.val itself. ccw.varValsAll always points directly to variable.VND.val
Update cliq `cliqID` in Bayes (Juction) tree `bt` according to contents of `urt` -- intended use is to update main clique after a upward belief propagation computation has been completed per clique.
101
+
Update cliq `cliqID` in Bayes (Juction) tree `bt` according to contents of `urt`.
102
+
Intended use is to update main clique after a upward belief propagation computation
0 commit comments