From 5273455a11643bc0ddb5828d8435c5d78c82a062 Mon Sep 17 00:00:00 2001 From: markus Date: Tue, 20 Oct 2020 14:57:08 +0200 Subject: [PATCH] update correct concentrations to reflect QairNat --- cara/tests/test_known_quantities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )