metno / pyaerocom

Python tools for the AeroCom project
https://pyaerocom.readthedocs.io/
GNU General Public License v3.0
23 stars 13 forks source link

small change to init kwargs correctly #1199

Closed jgriesfeller closed 3 weeks ago

jgriesfeller commented 4 weeks ago

Change Summary

small 2 line change to init kwargs correctly. Necessary since the parallelization calls the reading directly for caching

Related issue number

fix #1197

Checklist

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.31%. Comparing base (ac80b76) to head (468cce5). Report is 9 commits behind head on main-dev.

Files Patch % Lines
pyaerocom/io/pyaro/read_pyaro.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main-dev #1199 +/- ## ============================================ - Coverage 79.31% 79.31% -0.01% ============================================ Files 131 131 Lines 20230 20231 +1 ============================================ Hits 16046 16046 - Misses 4184 4185 +1 ``` | [Flag](https://app.codecov.io/gh/metno/pyaerocom/pull/1199/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=metno) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/metno/pyaerocom/pull/1199/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=metno) | `79.31% <66.66%> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=metno#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.