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 2b8513a commit 1b71894
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 @@ -34,7 +34,7 @@ function edge_sequence(
return edges
end

function edge_sequence(::Algorithm"Parallel", g::NamedGraph)
function edge_sequence(::Algorithm"parallel", g::NamedGraph)
@assert !is_directed(g)
return [[e] for e in vcat(edges(g), reverse.(edges(g)))]
end

0 comments on commit 1b71894

Please sign in to comment.