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 8f9cfdb commit 3793075Copy full SHA for 3793075
src/FileDFG/services/FileDFG.jl
@@ -79,7 +79,7 @@ using DistributedFactorGraphs, IncrementalInference
79
# Create a DFG - can make one directly, e.g. LightDFG{NoSolverParams}() or use IIF:
80
dfg = initfg()
81
# Load the graph
82
-loadDFG("/tmp/savedgraph.tar.gz", IncrementalInference, dfg)
+loadDFG!(dfg, "/tmp/savedgraph.tar.gz")
83
# Use the DFG as you do normally.
84
ls(dfg)
85
```
0 commit comments