Skip to content

Commit 0d72016

Browse files
committed
IIF tests
1 parent 6ba71de commit 0d72016

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/services/DFGVariable.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ function pack(dfg::G, d::VariableNodeData)::PackedVariableNodeData where G <: Ab
6363
d.inferdim,
6464
d.ismargin,
6565
d.dontmargin,
66-
d.solveInProgress)
66+
d.solveInProgress,
67+
d.solvedCount)
6768
end
6869

6970
function unpack(dfg::G, d::PackedVariableNodeData)::VariableNodeData where G <: AbstractDFG

0 commit comments

Comments
 (0)