From 762ebea148c80b0e774ea1bd7f696b6ea9ffbaa2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:17:34 +0000 Subject: [PATCH 1/2] Initial plan From 57a4ac698d85fc8f3ff44f37bc6527cc223d7d05 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:18:32 +0000 Subject: [PATCH 2/2] Fix typo in _flatten docstring: remove extra quote and period Co-authored-by: mcocdawc <15892408+mcocdawc@users.noreply.github.com> --- src/earthkit/data/core/fieldlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/earthkit/data/core/fieldlist.py b/src/earthkit/data/core/fieldlist.py index 878aaacb5..bff2cf305 100644 --- a/src/earthkit/data/core/fieldlist.py +++ b/src/earthkit/data/core/fieldlist.py @@ -951,7 +951,7 @@ def _to_fieldlist(self): @staticmethod def _flatten(v): - """Flatten the array without copying the data.". + """Flatten the array without copying the data. Parameters ----------