We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cee3b8 commit 60b725fCopy full SHA for 60b725f
1 file changed
test/testCompareVariablesFactors.jl
@@ -109,7 +109,6 @@ sfg = buildSubgraph(fg, [:x0;:x1], 1) # distance=1 to include factors
109
110
#FIXME JT - this doesn't make sense to pass, it is a subgraph so should it not rather be ⊂ [subset]?
111
# compareDFG(fg1, fg2, by=⊂, skip=...)
112
-@test fg.sessionLabel == sfg.sessionLabel[1:length(fg.sessionLabel)]
113
@test compareFactorGraphs(fg, sfg, skip=[:labelDict;:addHistory;:logpath;:sessionLabel; :particleidx; :varidx])
114
115
# drawGraph(sfg)
0 commit comments