Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jan 9, 2025
1 parent 556ed9b commit 438bead
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gtsam/hybrid/tests/testHybridBayesNet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -557,11 +557,7 @@ TEST(HybridBayesNet, Sampling) {
double discrete_sum =
std::accumulate(discrete_samples.begin(), discrete_samples.end(),
decltype(discrete_samples)::value_type(0));
#if __APPLE__ || _WIN32
EXPECT_DOUBLES_EQUAL(0.477, discrete_sum / num_samples, 1e-9);
#elif __linux__
EXPECT_DOUBLES_EQUAL(0.477, discrete_sum / num_samples, 1e-9);
#endif

VectorValues expected;
// regression for specific RNG seed
Expand Down

0 comments on commit 438bead

Please sign in to comment.