Skip to content

Commit

Permalink
Update src/beliefpropagation/beliefpropagation_schedule.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Fishman <[email protected]>
  • Loading branch information
JoeyT1994 and mtfishman authored Nov 9, 2023
1 parent 1b71894 commit fe06b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beliefpropagation/beliefpropagation_schedule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function edge_sequence(alg::Algorithm, g::AbstractGraph; kwargs...)
end

function edge_sequence(
::Algorithm"ForestCover", g::NamedGraph; root_vertex=NamedGraphs.default_root_vertex
::Algorithm"forest_cover", g::NamedGraph; root_vertex=NamedGraphs.default_root_vertex
)
@assert !is_directed(g)
forests = NamedGraphs.forest_cover(g)
Expand Down

0 comments on commit fe06b39

Please sign in to comment.