Skip to content

Commit 97c0be3

Browse files
committed
missed setting testDFGAPI
1 parent f71bfc8 commit 97c0be3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/DataStoreTests.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ using UUIDs
1010
include("testBlocks.jl")
1111

1212
testDFGAPI = CloudGraphsDFG
13-
testDFGAPI = LightDFG
1413
end
1514
# Build a basic graph.
1615

16+
testDFGAPI = LightDFG
1717
dfg = testDFGAPI{NoSolverParams}()
1818
#add types for softtypes
1919
# struct TestInferenceVariable1 <: InferenceVariable end
@@ -79,3 +79,7 @@ sleep(0.1)
7979
#TODO
8080
#listStoreEntries(ds)
8181
end
82+
83+
1320*4
84+
85+
3600+2200

0 commit comments

Comments
 (0)