update correct concentrations to reflect QairNat
This commit is contained in:
parent
d37927d78b
commit
5273455a11
1 changed files with 1 additions and 1 deletions
|
|
@ -47,6 +47,6 @@ def test_r0(baseline_model):
|
|||
concentrations = [baseline_model.concentration(t) for t in ts]
|
||||
npt.assert_allclose(
|
||||
concentrations,
|
||||
[0.000000e+00, saturated, 1.274225e-04, saturated, 5.580870e-08],
|
||||
[0.000000e+00, 2.909211e-01, 1.273836e-04, 2.909210e-01, 5.577662e-08],
|
||||
rtol=1e-5
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue