Skip to content

Commit dc780f1

Browse files
authored
Merge pull request #1682 from JuliaRobotics/23Q1/enh/fixtestdepr
fix test depr from dfg change
2 parents cdc5185 + 5775010 commit dc780f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "IncrementalInference"
22
uuid = "904591bb-b899-562f-9e6f-b8df64c7d480"
33
keywords = ["MM-iSAMv2", "Bayes tree", "junction tree", "Bayes network", "variable elimination", "graphical models", "SLAM", "inference", "sum-product", "belief-propagation"]
44
desc = "Implements the Multimodal-iSAMv2 algorithm."
5-
version = "0.32.2"
5+
version = "0.32.3"
66

77
[deps]
88
ApproxManifoldProducts = "9bbbb610-88a1-53cd-9763-118ce10c1f89"
@@ -50,7 +50,7 @@ ApproxManifoldProducts = "0.6.3"
5050
BSON = "0.2, 0.3"
5151
Combinatorics = "1.0"
5252
DataStructures = "0.16, 0.17, 0.18"
53-
DistributedFactorGraphs = "0.19"
53+
DistributedFactorGraphs = "0.19.3"
5454
Distributions = "0.24, 0.25"
5555
DocStringExtensions = "0.8, 0.9"
5656
FileIO = "1"

test/testCompareVariablesFactors.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ sfg = buildSubgraph(fg, [:x0;:x1], 1) # distance=1 to include factors
112112

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=...)
115-
@test fg.sessionId == sfg.sessionId[1:length(fg.sessionId)]
116-
@test_broken compareFactorGraphs(fg, sfg, skip=[:labelDict;:addHistory;:logpath;:sessionId; :particleidx; :varidx])
115+
@test fg.sessionLabel == sfg.sessionLabel[1:length(fg.sessionLabel)]
116+
@test_broken compareFactorGraphs(fg, sfg, skip=[:labelDict;:addHistory;:logpath;:sessionLabel; :particleidx; :varidx])
117117

118118
# drawGraph(sfg)
119119

0 commit comments

Comments
 (0)