From 1d29f649d6928311b5862be46e530591b386ade9 Mon Sep 17 00:00:00 2001 From: arfriedman Date: Mon, 27 Jan 2025 18:32:42 +0100 Subject: [PATCH] docs: single EOF scores default parameter normalized: False --- xeofs/single/eof.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xeofs/single/eof.py b/xeofs/single/eof.py index 3075a01..1baa0fb 100644 --- a/xeofs/single/eof.py +++ b/xeofs/single/eof.py @@ -177,7 +177,7 @@ def scores(self, normalized: bool = False) -> DataArray: Parameters ---------- - normalized : bool, default=True + normalized : bool, default=False Whether to normalize the scores by the L2 norm (singular values). Returns