Skip to content

Commit d918da1

Browse files
committed
Merge branch 'BP_GPU_and_Improvements' of github.com:JoeyT1994/ITensorNetworks.jl into BP_GPU_and_Improvements
2 parents d58c3f4 + 7b2c3d9 commit d918da1

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
@@ -285,7 +285,7 @@ function updated_message(
285285
end
286286

287287
function update_message(
288-
message_update_alg::Algorithm, bpc::AbstractBeliefPropagationCache, edge::PartitionEdge;
288+
message_update_alg::Algorithm, bpc::AbstractBeliefPropagationCache, edge::PartitionEdge
289289
)
290290
return set_message(bpc, edge, updated_message(message_update_alg, bpc, edge))
291291
end

0 commit comments

Comments
 (0)