mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Bump up number of samples in test_combine_distributions
This commit is contained in:
parent
58f3b1d849
commit
13c83a1c00
1 changed files with 1 additions and 1 deletions
|
|
@ -436,5 +436,5 @@ def test_combine_distributions():
|
|||
|
||||
# Sample the combined distribution and make sure the sample mean is within
|
||||
# uncertainty of the expected value
|
||||
samples = combined.sample(10)
|
||||
samples = combined.sample(1000)
|
||||
assert_sample_mean(samples, 0.25)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue