clean up test

release/4.3a0
Varun Agrawal 2024-12-13 09:46:55 -05:00
parent a8e24efdec
commit 7d389a5300
1 changed files with 1 additions and 3 deletions

View File

@ -170,10 +170,8 @@ TEST(TableFactor, Conversion) {
dkeys, std::vector<double>{0, 0, 0, 0.14649446, 0, 0.14648756, 0.14649446,
0.23918345});
// dtf.print();
TableFactor tf(dtf.discreteKeys(), dtf);
// tf.print();
// tf.toDecisionTreeFactor().print();
EXPECT(assert_equal(dtf, tf.toDecisionTreeFactor()));
}