pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
466 stars 168 forks source link

Apply black new stable release (22.1.0) #261

Closed dnerini closed 2 years ago

dnerini commented 2 years ago

Black has finally issued its first stable release. This PR applies it to the whole master branch.

codecov[bot] commented 2 years ago

Codecov Report

Merging #261 (be1682d) into master (5f162d4) will not change coverage. The diff coverage is 65.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #261   +/-   ##
=======================================
  Coverage   80.92%   80.92%           
=======================================
  Files         142      142           
  Lines       10758    10758           
=======================================
  Hits         8706     8706           
  Misses       2052     2052           
Flag Coverage Δ
unit_tests 80.92% <65.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pysteps/datasets.py 38.69% <0.00%> (ø)
pysteps/noise/fftgenerators.py 69.32% <0.00%> (ø)
pysteps/scripts/fit_vel_pert_params.py 0.00% <ø> (ø)
pysteps/scripts/run_vel_pert_analysis.py 0.00% <0.00%> (ø)
pysteps/timeseries/autoregression.py 85.80% <ø> (ø)
pysteps/visualization/spectral.py 16.66% <0.00%> (ø)
pysteps/nowcasts/anvil.py 69.49% <50.00%> (ø)
pysteps/cascade/bandpass_filters.py 92.22% <100.00%> (ø)
pysteps/downscaling/rainfarm.py 100.00% <100.00%> (ø)
pysteps/nowcasts/lagrangian_probability.py 100.00% <100.00%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5f162d4...be1682d. Read the comment docs.