Skip to content

Commit

Permalink
Test in lognormal
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Feb 20, 2025
1 parent 1a2af8c commit 82472d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/11-random-numbers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ EPIWORLD_TEST_CASE("Random numbers", "[rand-nums]")

#ifdef CATCH_CONFIG_MAIN
REQUIRE_FALSE(moreless(m_lognormal, std::exp(0.5), 0.025));
REQUIRE_FALSE(moreless(v_lognormal/(std::exp(1.0) - 1.0)*std::exp(1.0), 1.0, 0.25));
REQUIRE_FALSE(moreless(v_lognormal/((std::exp(1.0) - 1.0)*std::exp(1.0)), 1.0, 0.25));
#endif

// Now with binomial
Expand Down

0 comments on commit 82472d7

Please sign in to comment.