roocs / clisops

Climate Simulation Operations
https://clisops.readthedocs.io/en/latest/
Other
21 stars 9 forks source link

Use loguru for warnings reporting #335

Closed Zeitsperre closed 5 months ago

Zeitsperre commented 5 months ago

Pull Request Checklist:

What kind of change does this PR introduce?:

Does this PR introduce a breaking change?:

Somewhat. loguru should always be used for warnings control everywhere, and this PR puts that into effect.

Other information:

Python3.12 support is still blocked due to https://github.com/pydata/xarray/issues/7794. Not sure if there's anything we can do about that.

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 8236301516

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
clisops/core/subset.py 13 21 61.9%
<!-- Total: 13 21 61.9% -->
Totals Coverage Status
Change from base Build 7933588746: 72.4%
Covered Lines: 1777
Relevant Lines: 2454

💛 - Coveralls