We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62ef85 commit 24b0af8Copy full SHA for 24b0af8
test/testBlocks.jl
@@ -61,6 +61,10 @@ struct TestCCW{T} <: FactorOperationalMemory where {T<:FunctorInferenceType}
61
end
62
Base.:(==)(a::TestCCW, b::TestCCW) = a.usrfnc! == b.usrfnc!
63
64
+
65
+## must overload the function
66
+import DistributedFactorGraphs: getFactorOperationalMemoryType
67
68
# DF, dropping DFG. so that Main context is used and can be overridden by IIF.getFac...Type
69
getFactorOperationalMemoryType(par::NoSolverParams) = TestCCW
70
0 commit comments