Skip to content

Commit 3564ab7

Browse files
committed
fix test
1 parent 4b94816 commit 3564ab7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/testSaveLoadDFG.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ end
3737
##
3838

3939
fg = generateCanonicalFG_Kaess()
40+
getSolverParams(fg).attemptGradients = true
41+
4042
addVariable!(fg, :x4, ContinuousScalar)
4143
addFactor!(fg, [:x2;:x3;:x4], LinearRelative(Normal()), multihypo=[1.0;0.6;0.4])
4244
addFactor!(fg, [:x1;], Prior(Normal(10,1)), nullhypo=0.5)

0 commit comments

Comments
 (0)