Skip to content

Commit d904b30

Browse files
authored
Merge pull request #429 from JuliaRobotics/test/20Q2/CGsimplesolve
put back CGDFG solve test
2 parents 99511eb + ed6a005 commit d904b30

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

test/runtests.jl

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,16 @@ if get(ENV, "IIF_TEST", "") == "true"
133133
# This is just to validate we're not going to blow up downstream.
134134
apis = [
135135
GraphsDFG{SolverParams}(params=SolverParams()),
136-
LightDFG{SolverParams}(params=SolverParams())]
136+
LightDFG{SolverParams}(params=SolverParams()),
137+
CloudGraphsDFG{SolverParams}("localhost", 7474, "neo4j", "test",
138+
"testUser", "testRobot", "simpleSolveSession",
139+
"Description of test Session",
140+
nothing,
141+
nothing,
142+
IncrementalInference.decodePackedType,
143+
IncrementalInference.rebuildFactorMetadata!,
144+
solverParams=SolverParams())
145+
]
137146
for api in apis
138147
@info "Running simple solver test: $(typeof(api))"
139148
global dfg = deepcopy(api)

0 commit comments

Comments
 (0)