remove extra print

release/4.3a0
Varun Agrawal 2023-01-03 03:47:34 -05:00
parent 7825ffd6d2
commit f117da2367
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ bool GaussianMixture::equals(const HybridFactor &lf, double tol) const {
// This will return false if either conditionals_ is empty or e->conditionals_
// is empty, but not if both are empty or both are not empty:
if (conditionals_.empty() ^ e->conditionals_.empty()) return false;
std::cout << "checking" << std::endl;
// Check the base and the factors:
return BaseFactor::equals(*e, tol) &&
conditionals_.equals(e->conditionals_,