Skip to content

Commit 1ff276e

Browse files
committed
Fixing annoying warning, hasn't been a problem yet
1 parent 039ed30 commit 1ff276e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/CloudGraphsDFG/services/CloudGraphsDFG.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ function setSolverParams(dfg::CloudGraphsDFG, solverParams::T)::T where T <: Abs
6767
return dfg.solverParams = solverParams
6868
end
6969

70+
function getSerializationModule(dfg::CloudGraphsDFG)::Module where G <: AbstractDFG
71+
# TODO: If we need to specialize this for RoME etc, here is where we'll change it.
72+
return Main
73+
end
74+
7075
"""
7176
$(SIGNATURES)
7277
True if the variable or factor exists in the graph.

0 commit comments

Comments
 (0)