Skip to content

Commit 06c5602

Browse files
committed
overload for CGDFG (trying)
1 parent 24b0af8 commit 06c5602

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/consolInterfaceDev.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ using Dates
77
using UUIDs
88
# using IncrementalInference
99

10+
## must overload the function
11+
import DistributedFactorGraphs: getFactorOperationalMemoryType
12+
# DF, dropping DFG. so that Main context is used and can be overridden by IIF.getFac...Type
13+
getFactorOperationalMemoryType(::CloudGraphsDFG) = TestCCW
14+
15+
1016
include("testBlocks.jl")
1117

1218
##

0 commit comments

Comments
 (0)