metno / pyaerocom

Python tools for climate and air quality model evaluation
https://pyaerocom.readthedocs.io/
GNU General Public License v3.0
25 stars 13 forks source link

Adds missing f to f string for printing info about variable #1198

Closed dulte closed 3 months ago

dulte commented 3 months ago

Change Summary

A f string in Variables was broken. This fixes it

Checklist

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 79.31%. Comparing base (ac80b76) to head (1fd6170). Report is 485 commits behind head on main-dev.

Files with missing lines Patch % Lines
pyaerocom/variable.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main-dev #1198 +/- ## ============================================ - Coverage 79.31% 79.31% -0.01% ============================================ Files 131 131 Lines 20230 20229 -1 ============================================ - Hits 16046 16045 -1 Misses 4184 4184 ``` | [Flag](https://app.codecov.io/gh/metno/pyaerocom/pull/1198/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/1198/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=metno) | `79.31% <0.00%> (-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.