typo: `expected` changed to `expectedMatlab`
parent
e2f5be4e47
commit
b76993b171
|
|
@ -116,7 +116,7 @@ TEST(GaussianFactorGraph, sparseJacobian) {
|
||||||
|
|
||||||
Matrix actual = gfg.sparseJacobian_();
|
Matrix actual = gfg.sparseJacobian_();
|
||||||
|
|
||||||
EXPECT(assert_equal(expected, actual));
|
EXPECT(assert_equal(expectedMatlab, actual));
|
||||||
|
|
||||||
// BoostTriplets
|
// BoostTriplets
|
||||||
auto boostActual = gfg.sparseJacobian();
|
auto boostActual = gfg.sparseJacobian();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue