Skip to content

Commit ddf9188

Browse files
committed
depr fix in docs for updated api
1 parent eeddbf2 commit ddf9188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphsDFG/services/GraphsDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Example
374374
using IncrementalInference
375375
376376
# canonical example graph as example
377-
fg = generateCanonicalFG_Kaess()
377+
fg = generateGraph_Kaess()
378378
379379
@show path = findShortestPathDijkstra(fg, :x1, :x3)
380380
@show isVariable.(fg, path)

0 commit comments

Comments
 (0)