Skip to content

Commit

Permalink
return DiscreteFactor from DiscreteFactorFromErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jan 21, 2025
1 parent 47f47fe commit 80d8d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/hybrid/HybridGaussianFactorGraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ continuousElimination(const HybridGaussianFactorGraph &factors,
* @param errors DecisionTree of (unnormalized) errors.
* @return TableFactor::shared_ptr
*/
static TableFactor::shared_ptr DiscreteFactorFromErrors(
static DiscreteFactor::shared_ptr DiscreteFactorFromErrors(
const DiscreteKeys &discreteKeys,
const AlgebraicDecisionTree<Key> &errors) {
double min_log = errors.min();
Expand Down

0 comments on commit 80d8d88

Please sign in to comment.