small fix
parent
d22ba29054
commit
02d9959033
|
@ -273,7 +273,7 @@ static TableFactor TableProduct(const DiscreteFactorGraph &factors) {
|
|||
product = product * (*f);
|
||||
} else if (auto dtf =
|
||||
std::dynamic_pointer_cast<DecisionTreeFactor>(factor)) {
|
||||
product = TableFactor(product * (*dtf));
|
||||
product = product * TableFactor(*dtf);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue