From ddf918888b3101406f0d12b4cc78e367103313bb Mon Sep 17 00:00:00 2001 From: dehann Date: Sun, 17 Apr 2022 13:13:53 -0700 Subject: [PATCH] depr fix in docs for updated api --- src/GraphsDFG/services/GraphsDFG.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GraphsDFG/services/GraphsDFG.jl b/src/GraphsDFG/services/GraphsDFG.jl index 991f732d..e625f3b7 100644 --- a/src/GraphsDFG/services/GraphsDFG.jl +++ b/src/GraphsDFG/services/GraphsDFG.jl @@ -374,7 +374,7 @@ Example using IncrementalInference # canonical example graph as example -fg = generateCanonicalFG_Kaess() +fg = generateGraph_Kaess() @show path = findShortestPathDijkstra(fg, :x1, :x3) @show isVariable.(fg, path)