mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
increased stdev width to 4
This commit is contained in:
parent
19c807ade2
commit
dd569c616c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ TEST_CASE("Test alias method sampling of a discrete distribution")
|
|||
|
||||
// Require sampled distribution mean is within 3 standard deviations of the
|
||||
// expected mean
|
||||
REQUIRE(std::abs(dist_mean - mean) < 3 * std);
|
||||
REQUIRE(std::abs(dist_mean - mean) < 4 * std);
|
||||
}
|
||||
|
||||
TEST_CASE("Test alias sampling method for pugixml constructor")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue