Skip to content

Commit 43dcfa3

Browse files
committed
Set initialized = true on initVariable! parametric
1 parent b586be3 commit 43dcfa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/GraphInit.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ function initVariable!(
354354
vnd = getSolverData(variable, solveKey)
355355
vnd.val[1] = getPoint(getVariableType(variable), μ)
356356
vnd.bw .= inv(iΣ)
357+
vnd.initialized = true
357358
else
358359
points = [samplePoint(M, samplable_belief) for _ = 1:N]
359360
initVariable!(variable, points, solveKey)

0 commit comments

Comments
 (0)