Skip to content

Commit 72ce605

Browse files
committed
tests not broken w dfg 20
1 parent e49d1c4 commit 72ce605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testCompareVariablesFactors.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fg2 = deepcopy(fg)
4646
@test compareSimilarFactors(fg, fg2; skip=[:particleidx])
4747

4848
@test compareFactorGraphs(fg, fg)
49-
@test_broken compareFactorGraphs(fg, fg2; skip=[:particleidx; :varidx])
49+
@test compareFactorGraphs(fg, fg2; skip=[:particleidx; :varidx])
5050

5151
# easier error messages
5252
getSolverParams(fg).multiproc = false
@@ -113,7 +113,7 @@ sfg = buildSubgraph(fg, [:x0;:x1], 1) # distance=1 to include factors
113113
#FIXME JT - this doesn't make sense to pass, it is a subgraph so should it not rather be ⊂ [subset]?
114114
# compareDFG(fg1, fg2, by=⊂, skip=...)
115115
@test fg.sessionLabel == sfg.sessionLabel[1:length(fg.sessionLabel)]
116-
@test_broken compareFactorGraphs(fg, sfg, skip=[:labelDict;:addHistory;:logpath;:sessionLabel; :particleidx; :varidx])
116+
@test compareFactorGraphs(fg, sfg, skip=[:labelDict;:addHistory;:logpath;:sessionLabel; :particleidx; :varidx])
117117

118118
# drawGraph(sfg)
119119

0 commit comments

Comments
 (0)