new unit test to assess crash of print on empty factor
parent
235c4c9e40
commit
3c1e5c0f04
|
@ -35,6 +35,12 @@ using namespace gtsam;
|
|||
|
||||
const double tol = 1e-5;
|
||||
|
||||
/* ************************************************************************* */
|
||||
TEST(HessianFactor, emptyConstructor) {
|
||||
HessianFactor f;
|
||||
// f.print();
|
||||
}
|
||||
|
||||
/* ************************************************************************* */
|
||||
TEST(HessianFactor, ConversionConstructor) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue