Fix missing argument
parent
c27cd7a2e8
commit
6225700bb7
|
|
@ -238,7 +238,7 @@ std::string DiscreteConditional::markdown(
|
||||||
if (nrParents() == 0) {
|
if (nrParents() == 0) {
|
||||||
// We have no parents, call factor method.
|
// We have no parents, call factor method.
|
||||||
ss << ")$:" << std::endl;
|
ss << ")$:" << std::endl;
|
||||||
ss << DecisionTreeFactor::markdown();
|
ss << DecisionTreeFactor::markdown(keyFormatter);
|
||||||
return ss.str();
|
return ss.str();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue