Skip to content

Commit d35d812

Browse files
committed
Rescale message -> rescale messages
1 parent e6b753e commit d35d812

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_message(bp_cache::AbstractBeliefPropagationCache, partitionedge)
287+
function rescale_messages(bp_cache::AbstractBeliefPropagationCache, partitionedge)
288288
return rescale_messages(bp_cache, [partitionedge])
289289
end
290290

0 commit comments

Comments
 (0)