We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b64aacb + 941cd1c commit ea00acbCopy full SHA for ea00acb
src/services/TreeBasedInitialization.jl
@@ -24,7 +24,7 @@ function getCliqVarInitOrderUp(subfg::AbstractDFG)
24
nfcts = sum(B; dims = 1)[:]
25
26
# variables with priors
27
- varswithpriors = getNeighbors.(subfg, lsfPriors(subfg))
+ varswithpriors = listNeighbors.(subfg, lsfPriors(subfg))
28
singids = union(Symbol[], varswithpriors...)
29
30
# sort permutation order for increasing number of factor association
0 commit comments