File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ ApproxManifoldProducts = "0.6.3"
52
52
BSON = " 0.2, 0.3"
53
53
Combinatorics = " 1.0"
54
54
DataStructures = " 0.16, 0.17, 0.18"
55
- DistributedFactorGraphs = " 0.20 "
55
+ DistributedFactorGraphs = " 0.21 "
56
56
Distributions = " 0.24, 0.25"
57
57
DocStringExtensions = " 0.8, 0.9"
58
58
FileIO = " 1"
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ function DefaultNodeDataParametric(
388
388
else
389
389
# dimIDs = round.(Int, range(dodims; stop = dodims + dims - 1, length = dims))
390
390
ϵ = getPointIdentity (variableType)
391
- return VariableNodeData (;
391
+ return VariableNodeData (variableType ;
392
392
id= nothing ,
393
393
val= [ϵ],
394
394
bw= zeros (dims, dims),
@@ -398,7 +398,6 @@ function DefaultNodeDataParametric(
398
398
# false,
399
399
# :_null,
400
400
# Symbol[],
401
- variableType,
402
401
initialized= false ,
403
402
infoPerCoord= zeros (dims),
404
403
ismargin= false ,
@@ -474,7 +473,7 @@ function setDefaultNodeData!(
474
473
# make and set the new solverData
475
474
setSolverData! (
476
475
v,
477
- VariableNodeData (;
476
+ VariableNodeData (varType ;
478
477
id= nothing ,
479
478
val,
480
479
bw,
@@ -484,7 +483,6 @@ function setDefaultNodeData!(
484
483
# false,
485
484
# :_null,
486
485
# Symbol[],
487
- variableType= varType,
488
486
initialized= isinit,
489
487
infoPerCoord= zeros (getDimension (v)),
490
488
ismargin= false ,
You can’t perform that action at this time.
0 commit comments