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 bd4a525 commit 089445cCopy full SHA for 089445c
src/services/CompareUtils.jl
@@ -378,7 +378,7 @@ function compareFactorGraphs(fgA::G1,
378
skip::Vector{Symbol}=Symbol[],
379
show::Bool=true )::Bool where {G1 <: AbstractDFG, G2 <: AbstractDFG}
380
#
381
- skiplist = Symbol[:g;:bn;:IDs;:fIDs;:id;:nodeIDs;:factorIDs;:fifo;:solverParams]
+ skiplist = Symbol[:g;:bn;:IDs;:fIDs;:id;:nodeIDs;:factorIDs;:fifo;:solverParams; :factorOperationalMemoryType]
382
skiplist = union(skiplist, skip)
383
@warn "compareFactorGraphs will skip comparisons on: $skiplist"
384
0 commit comments