Skip to content

Commit 4dcb7e3

Browse files
committed
test broken compare factor graphs
1 parent 60b725f commit 4dcb7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testCompareVariablesFactors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ 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 compareFactorGraphs(fg, sfg, skip=[:labelDict;:addHistory;:logpath;:sessionLabel; :particleidx; :varidx])
112+
@test_broken compareFactorGraphs(fg, sfg, skip=[:labelDict;:addHistory;:logpath;:sessionLabel; :particleidx; :varidx])
113113

114114
# drawGraph(sfg)
115115

0 commit comments

Comments
 (0)