formatting

release/4.3a0
Varun Agrawal 2025-04-13 10:44:29 -04:00
parent 50e93b165b
commit e2cb8c7f44
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class GTSAM_EXPORT HybridBayesNet : public BayesNet<HybridConditional> {
* @note If marginal greater than this threshold, the mode gets assigned that
* value and is considered "dead" for hybrid elimination. The mode can then be
* removed since it only has a single possible assignment.
*
* @return A pruned HybridBayesNet
*/
HybridBayesNet prune(size_t maxNrLeaves,