Skip to content

Commit cdb5912

Browse files
committed
another fix
1 parent 6b9e5e0 commit cdb5912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,6 @@ function hasTagsNeighbors(dfg::InMemoryDFGTypes,
427427
#
428428
# assume only variables or factors are neighbors
429429
getNeiFnc = isVariable(dfg, sym) ? getFactor : getVariable
430-
alltags = union( (ls(dfg, sym) .|> x->DFG.tags(getNeiFnc(dfg,x)))... )
430+
alltags = union( (ls(dfg, sym) .|> x->getTags(getNeiFnc(dfg,x)))... )
431431
length(filter(x->x in alltags, tags)) >= (matchAll ? length(tags) : 1)
432432
end

0 commit comments

Comments
 (0)