• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Ouranosinc / xclim / 13549258192
92%

Build:
DEFAULT BRANCH: main
Ran 26 Feb 2025 05:06PM UTC
Jobs 8
Files 72
Run time 13min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Feb 2025 12:17PM UTC coverage: 89.964% (+0.02%) from 89.942%
13549258192

push

github

web-flow
Correctly interpolate seasons in Grouper (#2019)

<!--Please ensure the PR fulfills the following requirements! -->
<!-- If this is your first PR, make sure to add your details to the
AUTHORS.rst! -->
### Pull Request Checklist:
- [x] This PR addresses an already opened issue (for bug fixes /
features)
    - This PR fixes only part of #2014 
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] CHANGELOG.rst has been updated (with summary of main changes)
- [x] Link to issue (:issue:`number`) and pull request (:pull:`number`)
has been added

### What kind of change does this PR introduce?

This PR adds a line to correctly interpolate seasonal values. It also
changes the test_timeseries function that now accepts a `calendar`
argument instead of `cftime`. Not providing it or providing `None` is
equivalent to `cftime=False` and `calendar='standard` to the previous
`cftime=True`. This allows for testing different calendar
implementations e.g. 360_day calendars

19 of 24 new or added lines in 4 files covered. (79.17%)

885 existing lines in 42 files now uncovered.

9529 of 10592 relevant lines covered (89.96%)

7.63 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
37.13
0.0% src/xclim/sdba/nbutils.py
2
94.88
0.0% src/xclim/sdba/base.py
2
84.18
0.0% src/xclim/sdba/utils.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.97
0.0% src/xclim/core/datachecks.py
1
95.24
0.0% src/xclim/sdba/loess.py
1
93.02
0.0% src/xclim/sdba/_processing.py
2
94.44
-0.15% src/xclim/indicators/atmos/_conversion.py
2
99.29
0.0% src/xclim/indices/_multivariate.py
3
94.0
0.0% src/xclim/indices/_synoptic.py
4
96.3
0.0% src/xclim/analog.py
4
96.3
0.0% src/xclim/core/bootstrapping.py
6
97.57
0.0% src/xclim/core/dataflags.py
6
97.67
-0.02% src/xclim/core/formatting.py
6
97.95
0.0% src/xclim/indices/fire/_cffwis.py
6
98.58
0.0% src/xclim/indices/_threshold.py
6
94.59
0.0% src/xclim/sdba/detrending.py
7
88.71
0.0% src/xclim/testing/helpers.py
8
92.23
0.0% src/xclim/core/locales.py
8
93.48
0.0% src/xclim/indices/_anuclim.py
9
94.51
2.56% src/xclim/core/missing.py
9
93.18
0.0% src/xclim/sdba/measures.py
10
90.08
0.0% src/xclim/ensembles/_base.py
13
91.98
-0.29% src/xclim/ensembles/_robustness.py
13
94.88
0.0% src/xclim/sdba/base.py
19
97.12
0.14% src/xclim/core/indicator.py
19
82.91
0.0% src/xclim/ensembles/_partitioning.py
21
91.98
-0.41% src/xclim/indices/stats.py
25
92.38
0.02% src/xclim/core/calendar.py
25
87.97
0.0% src/xclim/core/utils.py
26
86.45
0.0% src/xclim/cli.py
27
91.57
0.0% src/xclim/sdba/properties.py
28
90.96
0.0% src/xclim/indices/generic.py
31
92.67
-0.33% src/xclim/indices/_conversion.py
32
18.82
0.0% src/xclim/testing/diagnostics.py
33
74.19
0.0% src/xclim/ensembles/_reduce.py
34
75.77
0.0% src/xclim/indices/helpers.py
36
88.69
-0.1% src/xclim/indices/_agro.py
36
81.9
0.0% src/xclim/sdba/processing.py
37
90.62
0.0% src/xclim/indices/run_length.py
47
87.95
0.0% src/xclim/core/units.py
50
82.83
0.0% src/xclim/sdba/_adjustment.py
50
84.18
0.0% src/xclim/sdba/utils.py
56
76.23
1.13% src/xclim/testing/utils.py
57
87.58
0.0% src/xclim/sdba/adjustment.py
71
37.13
0.0% src/xclim/sdba/nbutils.py
Jobs
ID Job ID Ran Files Coverage
1 run-3.10-windows-latest-py310-coverage-prefetch - 13549258192.1 26 Feb 2025 05:09PM UTC 72
82.17
GitHub Action Run
2 run-{{ matrix.python-version }}-conda - 13549258192.2 26 Feb 2025 05:09PM UTC 72
88.12
GitHub Action Run
3 run-3.11-ubuntu-latest-py311-coverage-sbck-offline-prefetch - 13549258192.3 26 Feb 2025 05:09PM UTC 72
84.22
GitHub Action Run
4 run-3.10-ubuntu-latest-preliminary - 13549258192.4 26 Feb 2025 05:09PM UTC 72
82.39
GitHub Action Run
5 run-3.11-ubuntu-latest-standard - 13549258192.5 26 Feb 2025 05:09PM UTC 72
84.28
GitHub Action Run
6 run-3.10-ubuntu-latest-standard - 13549258192.6 26 Feb 2025 05:09PM UTC 72
82.39
GitHub Action Run
7 run-3.11-macos-latest-py311-coverage-extras - 13549258192.7 26 Feb 2025 05:09PM UTC 72
88.09
GitHub Action Run
8 run-3.12-ubuntu-latest-standard - 13549258192.8 26 Feb 2025 05:09PM UTC 72
82.74
GitHub Action Run
Source Files on build 13549258192
  • Tree
  • List 72
  • Changed 71
  • Source Changed 71
  • Coverage Changed 60
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2c9fe063 on github
  • Prev Build on main (#13501709820)
  • Next Build on main (#13551520834)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc