Bump up number of samples in test_combine_distributions

This commit is contained in:
Paul Romano 2022-08-04 08:54:20 -05:00
parent 58f3b1d849
commit 13c83a1c00

View file

@ -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)