Skip to content

Commit 089445c

Browse files
committed
skip solverParams compare on factorOperationalMemoryType field
1 parent bd4a525 commit 089445c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/CompareUtils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ function compareFactorGraphs(fgA::G1,
378378
skip::Vector{Symbol}=Symbol[],
379379
show::Bool=true )::Bool where {G1 <: AbstractDFG, G2 <: AbstractDFG}
380380
#
381-
skiplist = Symbol[:g;:bn;:IDs;:fIDs;:id;:nodeIDs;:factorIDs;:fifo;:solverParams]
381+
skiplist = Symbol[:g;:bn;:IDs;:fIDs;:id;:nodeIDs;:factorIDs;:fifo;:solverParams; :factorOperationalMemoryType]
382382
skiplist = union(skiplist, skip)
383383
@warn "compareFactorGraphs will skip comparisons on: $skiplist"
384384

0 commit comments

Comments
 (0)