diff --git a/cara/tests/test_known_quantities.py b/cara/tests/test_known_quantities.py index 14424eec..b9440bf6 100644 --- a/cara/tests/test_known_quantities.py +++ b/cara/tests/test_known_quantities.py @@ -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 )