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

Ouranosinc / xscen / 19972609741
90%

Build:
DEFAULT BRANCH: main
Ran 05 Dec 2025 06:51PM UTC
Jobs 4
Files 17
Run time 1min
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 Dec 2025 06:41PM UTC coverage: 90.322% (+0.02%) from 90.305%
19972609741

push

github

web-flow
Reduce warnings (#665)

<!-- 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:
- [ ] This PR addresses an already opened issue (for bug fixes /
features)
    - This PR fixes #xyz
- [x] (If applicable) Documentation has been added / updated (for bug
fixes / features).
- [x] (If applicable) Tests have been added.
- [x] This PR does not seem to break the templates.
- [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?

* Solves a few warnings primarily coming from `xarray`.

### Does this PR introduce a breaking change?

* dtype encodings are now removed before saving, since it could create
inconsistencies. It can be accomplished through kwargs instead,
* For example, the `air` variable of the xarray tutorial dataset has a
`int64` in its encoding, when it's clearly a float and recognized as
such by xarray.

### Other information:

* I'm not sure what the right fix is for `pd.concat([dc.df for dc in
data_catalogs], ignore_index=True)`. The warning was that in the future,
NaNs would be taken into account when determining the dtype of a column.
In our case, this can happen if we open `simulation` and
`reconstruction` catalogs. I tried to put the right dtypes, but then I
had issues with subsequent tests, so I've left it as `object` mostly
everywhere.
* For the various `concat`/ `merge`, I've set them as the current
defaults.

12 of 12 new or added lines in 5 files covered. (100.0%)

4237 of 4691 relevant lines covered (90.32%)

3.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-Python3.13-conda - 19972609741.1 05 Dec 2025 06:52PM UTC 17
90.32
GitHub Action Run
2 run-Python3.12-conda - 19972609741.2 05 Dec 2025 06:51PM UTC 17
90.32
GitHub Action Run
3 run-Python3.10-conda - 19972609741.3 05 Dec 2025 06:51PM UTC 17
89.94
GitHub Action Run
4 run-Python3.11-conda - 19972609741.4 05 Dec 2025 06:51PM UTC 17
90.32
GitHub Action Run
Source Files on build 19972609741
  • Tree
  • List 17
  • Changed 5
  • Source Changed 5
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19972609741
  • f70620fb on github
  • Prev Build on main (#19548533151)
  • Next Build on main (#20067801535)
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

© 2025 Coveralls, Inc