Skip to content

Commit 29ff795

Browse files
JoeyT1994mtfishman
andauthored
Update src/caches/abstractbeliefpropagationcache.jl
Co-authored-by: Matt Fishman <[email protected]>
1 parent 92d8243 commit 29ff795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/caches/abstractbeliefpropagationcache.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ function update(
284284
return update(Algorithm(alg), bpc; kwargs...)
285285
end
286286

287-
function rescale_messages(bp_cache::AbstractBeliefPropagationCache, partitionedge)
287+
function rescale_messages(bp_cache::AbstractBeliefPropagationCache, partitionedge::PartitionEdge)
288288
return rescale_messages(bp_cache, [partitionedge])
289289
end
290290

0 commit comments

Comments
 (0)