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 20, 2023
1 parent 10a4376 commit e37345b
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 @@ -6,7 +6,7 @@ function default_bp_niters(g::AbstractGraph)
end

function edge_sequence(g::NamedGraph; alg=default_edge_sequence_alg())
return edge_sequence(alg, g)
return edge_sequence(Algorithm(alg), g)
end

function edge_sequence(g::AbstractGraph; alg=default_edge_sequence_alg())
Expand Down

0 comments on commit e37345b

Please sign in to comment.