fix check.discrete

release/4.3a0
Frank Dellaert 2022-02-16 08:57:23 -05:00
parent 10bf3a0199
commit 1aedbf76a2
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ TEST(DecisionTreeFactor, enumerate) {
}
/* ************************************************************************* */
TEST(DiscreteFactorGraph, DotWithNames) {
TEST(DecisionTreeFactor, DotWithNames) {
DiscreteKey A(12, 3), B(5, 2);
DecisionTreeFactor f(A & B, "1 2 3 4 5 6");
auto formatter = [](Key key) { return key == 12 ? "A" : "B"; };