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.
1 parent 9f0834d commit ed0fd4cCopy full SHA for ed0fd4c
src/NeedsAHome.jl
@@ -36,7 +36,5 @@ function isInitialized(fct::DFGFactor; key::Symbol=:default)::Bool
36
return fct.solverDataDict[key].initialized
37
end
38
function isInitialized(dfg::G, label::Symbol; key::Symbol=:default)::Bool where G <: AbstractDFG
39
- # nothing to do for factors
40
- # return dfg.g.vertices[dfg.labelDict[label]].dfgNode.solverDataDict[key].initialized
41
- return true
+ return isInitialized(getVariable(dfg, label), key=key)
42
0 commit comments