File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ ApproxManifoldProducts = "0.6.3"
5252BSON = " 0.2, 0.3"
5353Combinatorics = " 1.0"
5454DataStructures = " 0.16, 0.17, 0.18"
55- DistributedFactorGraphs = " 0.20 "
55+ DistributedFactorGraphs = " 0.21 "
5656Distributions = " 0.24, 0.25"
5757DocStringExtensions = " 0.8, 0.9"
5858FileIO = " 1"
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ function DefaultNodeDataParametric(
388388 else
389389 # dimIDs = round.(Int, range(dodims; stop = dodims + dims - 1, length = dims))
390390 ϵ = getPointIdentity (variableType)
391- return VariableNodeData (;
391+ return VariableNodeData (variableType ;
392392 id= nothing ,
393393 val= [ϵ],
394394 bw= zeros (dims, dims),
@@ -398,7 +398,6 @@ function DefaultNodeDataParametric(
398398 # false,
399399 # :_null,
400400 # Symbol[],
401- variableType,
402401 initialized= false ,
403402 infoPerCoord= zeros (dims),
404403 ismargin= false ,
@@ -474,7 +473,7 @@ function setDefaultNodeData!(
474473 # make and set the new solverData
475474 setSolverData! (
476475 v,
477- VariableNodeData (;
476+ VariableNodeData (varType ;
478477 id= nothing ,
479478 val,
480479 bw,
@@ -484,7 +483,6 @@ function setDefaultNodeData!(
484483 # false,
485484 # :_null,
486485 # Symbol[],
487- variableType= varType,
488486 initialized= isinit,
489487 infoPerCoord= zeros (getDimension (v)),
490488 ismargin= false ,
You can’t perform that action at this time.
0 commit comments