Skip to content

Commit 2428b65

Browse files
committed
Cleaning up branch
1 parent 2a0cb8f commit 2428b65

File tree

3 files changed

+7
-21
lines changed

3 files changed

+7
-21
lines changed

test/iifInterfaceTests.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# using GraphPlot
2-
# using Neo4j
3-
# using DistributedFactorGraphs
4-
# using IncrementalInference
5-
# using Test
6-
# dfg = apis[1]
7-
81
global dfg,v1,v2,f1
92

103
if typeof(dfg) <: CloudGraphsDFG

test/obsolete_nowinRoME/cloudGraphsDFGTests.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
## Sandboxing for CloudgraphsDFG
2-
3-
## Requires local Neo4j with user/pass neo4j:test
4-
# To run the Docker image
5-
# Install: docker pull neo4j
6-
# Run: sudo docker run --publish=7474:7474 --publish=7687:7687 --env NEO4J_AUTH=neo4j/neo4j neo4j
7-
82
using Revise
93
using Neo4j
104
using DistributedFactorGraphs

test/runtests.jl

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@ using Neo4j
44
using DistributedFactorGraphs
55
using Pkg
66

7+
## To run the IIF tests, you need a local Neo4j with user/pass neo4j:test
8+
# To run a Docker image
9+
# Install: docker pull neo4j
10+
# Run: docker run --publish=7474:7474 --publish=7687:7687 --env NEO4J_AUTH=neo4j/test neo4j
11+
##
12+
713
# Instantiate the APIs that you would like to test here
814
# Can do duplicates with different parameters.
915
apis = [
1016
GraphsDFG{NoSolverParams}(),
1117
LightDFG{NoSolverParams}(),
1218
DistributedFactorGraphs.MetaGraphsDFG{NoSolverParams}(),
13-
DistributedFactorGraphs.SymbolDFG{NoSolverParams}(),
14-
# CloudGraphsDFG{SolverParams}("localhost", 7474, "neo4j", "test",
15-
# "testUser", "testRobot", "testSession",
16-
# nothing,
17-
# nothing,
18-
# IncrementalInference.decodePackedType,
19-
# IncrementalInference.rebuildFactorMetadata!,
20-
# solverParams=SolverParams())
19+
DistributedFactorGraphs.SymbolDFG{NoSolverParams}()
2120
]
2221
for api in apis
2322
@testset "Testing Driver: $(typeof(api))" begin

0 commit comments

Comments
 (0)