Increasing number of samples in test_conditional_probability.py
This commit is contained in:
parent
82f4e14905
commit
878e4b26cd
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ def baseline_exposure_model():
|
|||
def test_conditional_prob_inf_given_vl_dist(baseline_exposure_model):
|
||||
|
||||
viral_loads = np.array([3., 5., 7., 9.,])
|
||||
mc_model: models.ExposureModel = baseline_exposure_model.build_model(1_000_000)
|
||||
mc_model: models.ExposureModel = baseline_exposure_model.build_model(2_000_000)
|
||||
|
||||
expected_pi_means = []
|
||||
expected_lower_percentiles = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue