Skip to content

Commit 60b725f

Browse files
committed
remove sessionLabel from graph test
1 parent 4cee3b8 commit 60b725f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/testCompareVariablesFactors.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ sfg = buildSubgraph(fg, [:x0;:x1], 1) # distance=1 to include factors
109109

110110
#FIXME JT - this doesn't make sense to pass, it is a subgraph so should it not rather be ⊂ [subset]?
111111
# compareDFG(fg1, fg2, by=⊂, skip=...)
112-
@test fg.sessionLabel == sfg.sessionLabel[1:length(fg.sessionLabel)]
113112
@test compareFactorGraphs(fg, sfg, skip=[:labelDict;:addHistory;:logpath;:sessionLabel; :particleidx; :varidx])
114113

115114
# drawGraph(sfg)

0 commit comments

Comments
 (0)