Skip to content

Commit 60d7bc8

Browse files
committed
Typo fix
1 parent b2d2784 commit 60d7bc8

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
@@ -151,7 +151,7 @@ function map_messages(map, bpc::AbstractBeliefPropagationCache)
151151
end
152152
return bpc
153153
end
154-
function map_factors(to, bpc::AbstractBeliefPropagationCache)
154+
function map_factors(map, bpc::AbstractBeliefPropagationCache)
155155
bpc = copy(bpc)
156156
for v in vertices(bpc)
157157
@preserve_graph bpc[v] = map(bpc[v])

0 commit comments

Comments
 (0)