metoppv / improver

IMPROVER is a library of algorithms for meteorological post-processing.
http://improver.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
101 stars 84 forks source link

Remove black strangeness #1980

Closed bayliffe closed 4 months ago

bayliffe commented 5 months ago

Remove all the strange same line divided string definitions with extraneous quotation marks. These result from black making split strings into single lines without removing the extra quotes.

Testing:

codecov[bot] commented 5 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (14723f3) 98.40% compared to head (7a909f4) 98.40%. Report is 2 commits behind head on master.

Files Patch % Lines
improver/blending/weights.py 50.00% 2 Missing :warning:
improver/calibration/reliability_calibration.py 0.00% 1 Missing :warning:
improver/spotdata/apply_lapse_rate.py 0.00% 1 Missing :warning:
improver/utilities/save.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1980 +/- ## ========================================== - Coverage 98.40% 98.40% -0.01% ========================================== Files 124 124 Lines 12069 12125 +56 ========================================== + Hits 11876 11931 +55 - Misses 193 194 +1 ```

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