Merge pull request #2150 from paulromano/fix-combine-dist-test

Bump up number of samples in test_combine_distributions
This commit is contained in:
Patrick Shriwise 2022-08-05 11:58:28 -05:00 committed by GitHub
commit f69fc37275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)