Skip to content

Commit 40ab2fc

Browse files
authored
Merge pull request #1845 from JuliaRobotics/24Q4/compat/v0_35_5
compat AMP 9 DFG 25 and other
2 parents 20ebfed + b152900 commit 40ab2fc

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Project.toml

Lines changed: 4 additions & 4 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.35.4"
5+
version = "0.35.5"
66

77
[deps]
88
ApproxManifoldProducts = "9bbbb610-88a1-53cd-9763-118ce10c1f89"
@@ -65,13 +65,13 @@ IncrInfrInterpolationsExt = "Interpolations"
6565

6666
[compat]
6767
AMD = "0.5"
68-
ApproxManifoldProducts = "0.8, 0.9"
68+
ApproxManifoldProducts = "0.9"
6969
BSON = "0.2, 0.3"
7070
Combinatorics = "1.0"
7171
DataStructures = "0.16, 0.17, 0.18"
7272
DelimitedFiles = "1"
7373
DifferentialEquations = "7"
74-
DistributedFactorGraphs = "0.23, 0.24"
74+
DistributedFactorGraphs = "0.25"
7575
Distributions = "0.24, 0.25"
7676
DocStringExtensions = "0.8, 0.9"
7777
FileIO = "1"
@@ -88,7 +88,7 @@ ManifoldDiff = "0.3"
8888
Manifolds = "0.10"
8989
ManifoldsBase = "0.15"
9090
Manopt = "0.4.40, 0.5"
91-
MetaGraphs = "0.7"
91+
MetaGraphs = "0.7, 0.8"
9292
Optim = "1"
9393
OrderedCollections = "1"
9494
PrecompileTools = "1"

test/testCompareVariablesFactors.jl

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

115114
# drawGraph(sfg)
116115

0 commit comments

Comments
 (0)