From bc2bc19ba376e2afb0b6810e57dd3ace608df302 Mon Sep 17 00:00:00 2001 From: Philippe Roy Date: Wed, 18 Sep 2024 15:18:29 -0400 Subject: [PATCH] Update calendar.py Seems like it should be "biggest" here --- xclim/core/calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xclim/core/calendar.py b/xclim/core/calendar.py index 78c8a0460..c29fcbbec 100644 --- a/xclim/core/calendar.py +++ b/xclim/core/calendar.py @@ -152,7 +152,7 @@ def common_calendar(calendars: Sequence[str], join="outer") -> str: join : {'inner', 'outer'} The criterion for the common calendar. - - 'outer': the common calendar is the smallest calendar (in number of days by year) that will include all the + - 'outer': the common calendar is the biggest calendar (in number of days by year) that will include all the dates of the other calendars. When converting the data to this calendar, no timeseries will lose elements, but some might be missing (gaps or NaNs in the series).