From e7deffbfd5dd1de1f3d3e26d1baa838422940963 Mon Sep 17 00:00:00 2001 From: Drew Camron Date: Thu, 9 Nov 2023 15:31:20 -0700 Subject: [PATCH] Update test value --- tests/calc/test_indices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/calc/test_indices.py b/tests/calc/test_indices.py index 162299c3be2..8831379fbb3 100644 --- a/tests/calc/test_indices.py +++ b/tests/calc/test_indices.py @@ -139,7 +139,7 @@ def test_weighted_continuous_average_temperature(): data['temperature'], height=data['height'], depth=6000 * units('meter')) - assert_almost_equal(t, 279.3275828240889 * units('kelvin'), 7) + assert_almost_equal(t, 279.07450928270185 * units('kelvin'), 7) def test_weighted_continuous_average_elevated():