From 4874dcdad7595c5fac548262e4dff6cc6de10521 Mon Sep 17 00:00:00 2001 From: Tennessee Leeuwenburg Date: Wed, 30 Aug 2023 16:47:44 +1000 Subject: [PATCH] Tweak docstring --- tests/scores/test_weights.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scores/test_weights.py b/tests/scores/test_weights.py index b43ec2f5..40545f6c 100644 --- a/tests/scores/test_weights.py +++ b/tests/scores/test_weights.py @@ -59,7 +59,7 @@ def test_weights_zeros(): def test_weights_latitude(): """ - Tests the use of latitude weightings, not the correctness + Tests the use of latitude weightings """ lat_weightings_values = scores.functions.create_latitude_weights(OBS_2D.latitude)