Skip to content

Commit 026e500

Browse files
committed
Merge branch 'normalize!' of github.com:JoeyT1994/ITensorNetworks.jl into normalize!
2 parents f4c6952 + 29ff795 commit 026e500

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)