From f7656a2f44dea4eb2692c2d157d9ea7ff0731cd3 Mon Sep 17 00:00:00 2001 From: kelle Date: Thu, 14 Nov 2024 15:03:20 +0100 Subject: [PATCH] specific expected result better --- sedkit/tests/test_isochrone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sedkit/tests/test_isochrone.py b/sedkit/tests/test_isochrone.py index aec4c10..e9185c2 100644 --- a/sedkit/tests/test_isochrone.py +++ b/sedkit/tests/test_isochrone.py @@ -26,7 +26,7 @@ (-4, 4 * q.Gyr, 'Lbol', 'logg', 5.395, 5.36, 5.43), # No xparam and yparam uncertaintiesd # Young age ((-4, 0.1), (0.4 * q.Gyr, 0.1 * q.Gyr), 'Lbol', 'mass', 0.0515, 0.045, 0.055), # mass with uncertainties - ((-4, 0.1), (0.4 * q.Gyr, 0.1 * q.Gyr), 'Lbol', 'logg', 5.08, 5.01, 5.15), # logg with uncertainties + ((-4, 0.1), (0.4 * q.Gyr, 0.1 * q.Gyr), 'Lbol', 'logg', 5.085, 5.01, 5.15), # logg with uncertainties ((-4, 0.1), (0.4 * q.Gyr, 0.1 * q.Gyr), 'Lbol', 'radius', 0.105, 0.10, 0.11), # radius with uncertainties # Old age ((-4, 0.1), (9 * q.Gyr, 0.1 * q.Gyr), 'Lbol', 'mass', 0.074, 0.070, 0.080), # mass with uncertainties