Skip to content

Commit c2a1642

Browse files
fix copy_xi
1 parent d604574 commit c2a1642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/msgpass.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ copy_xj(xi, xj, e) = xj
146146
"""
147147
copy_xi(xi, xj, e) = xi
148148
"""
149-
copy_xi(xi, xj, e) = xj
149+
copy_xi(xi, xj, e) = xi
150150

151151
"""
152152
xi_dot_xj(xi, xj, e) = sum(xi .* xj, dims=1)

0 commit comments

Comments
 (0)