Skip to content

Commit

Permalink
Update calendar.py
Browse files Browse the repository at this point in the history
Seems like it should be "biggest" here
  • Loading branch information
Balinus committed Sep 18, 2024
1 parent e9ae422 commit bc2bc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xclim/core/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit bc2bc19

Please sign in to comment.