Fixed compile error in testNoiseModel
parent
b47438a86c
commit
ff83a7b18e
|
@ -185,6 +185,7 @@ TEST(NoiseModel, SmartCovariance )
|
|||
/* ************************************************************************* */
|
||||
TEST(NoiseModel, ScalarOrVector )
|
||||
{
|
||||
bool smart = true;
|
||||
sharedGaussian expected = Unit::Create(3);
|
||||
sharedGaussian actual = Gaussian::Covariance(eye(3), smart);
|
||||
CHECK(assert_equal(*expected,*actual));
|
||||
|
|
Loading…
Reference in New Issue