Skip to content

Commit 39a36ca

Browse files
committed
fix testing bug
1 parent 479f46c commit 39a36ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testMixtureLinearConditional.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ f1_ = DFG.unpackFactor(fg_, pf1)
114114
@show typeof(getSolverData(f1).fnc.varValsAll);
115115
@show typeof(getSolverData(f1_).fnc.varValsAll);
116116

117-
@test DFG.compareFactor(f1, f1_, skip=[:components;:labels;:timezone;:zone;:vartypes;:fullvariables])
117+
@test DFG.compareFactor(f1, f1_, skip=[:components;:labels;:timezone;:zone;:vartypes;:fullvariables;:particleidx;:varidx])
118118

119119
@test IIF._getCCW(f1).usrfnc!.components.naive == IIF._getCCW(f1).usrfnc!.components.naive
120120

0 commit comments

Comments
 (0)