We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9e5e0 commit cdb5912Copy full SHA for cdb5912
src/Common.jl
@@ -427,6 +427,6 @@ function hasTagsNeighbors(dfg::InMemoryDFGTypes,
427
#
428
# assume only variables or factors are neighbors
429
getNeiFnc = isVariable(dfg, sym) ? getFactor : getVariable
430
- alltags = union( (ls(dfg, sym) .|> x->DFG.tags(getNeiFnc(dfg,x)))... )
+ alltags = union( (ls(dfg, sym) .|> x->getTags(getNeiFnc(dfg,x)))... )
431
length(filter(x->x in alltags, tags)) >= (matchAll ? length(tags) : 1)
432
end
0 commit comments