pySTEPS / pysteps

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

Apply formatting changes from black v23 #325

Closed dnerini closed 1 year ago

dnerini commented 1 year ago

see https://github.com/psf/black/releases/tag/23.1.0

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (18d87c8) 83.34% compared to head (50ca731) 83.34%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #325 +/- ## ======================================= Coverage 83.34% 83.34% ======================================= Files 161 161 Lines 12359 12359 ======================================= Hits 10301 10301 Misses 2058 2058 ``` | Flag | Coverage Δ | | |---|---|---| | unit_tests | `83.34% <ø> (ø)` | | 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=pySTEPS#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/pySTEPS/pysteps/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS) | Coverage Δ | | |---|---|---| | [pysteps/\_\_init\_\_.py](https://codecov.io/gh/pySTEPS/pysteps/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy9fX2luaXRfXy5weQ==) | `72.27% <ø> (ø)` | | | [pysteps/blending/linear\_blending.py](https://codecov.io/gh/pySTEPS/pysteps/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy9ibGVuZGluZy9saW5lYXJfYmxlbmRpbmcucHk=) | `87.34% <ø> (ø)` | | | [pysteps/datasets.py](https://codecov.io/gh/pySTEPS/pysteps/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy9kYXRhc2V0cy5weQ==) | `38.69% <ø> (ø)` | | | [pysteps/decorators.py](https://codecov.io/gh/pySTEPS/pysteps/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy9kZWNvcmF0b3JzLnB5) | `96.94% <ø> (ø)` | | | [pysteps/io/importers.py](https://codecov.io/gh/pySTEPS/pysteps/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy9pby9pbXBvcnRlcnMucHk=) | `76.37% <ø> (ø)` | | | [pysteps/motion/lucaskanade.py](https://codecov.io/gh/pySTEPS/pysteps/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy9tb3Rpb24vbHVjYXNrYW5hZGUucHk=) | `95.71% <ø> (ø)` | | | [pysteps/motion/vet.py](https://codecov.io/gh/pySTEPS/pysteps/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy9tb3Rpb24vdmV0LnB5) | `87.33% <ø> (ø)` | | | [pysteps/noise/fftgenerators.py](https://codecov.io/gh/pySTEPS/pysteps/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy9ub2lzZS9mZnRnZW5lcmF0b3JzLnB5) | `91.37% <ø> (ø)` | | | [pysteps/nowcasts/sseps.py](https://codecov.io/gh/pySTEPS/pysteps/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy9ub3djYXN0cy9zc2Vwcy5weQ==) | `87.19% <ø> (ø)` | | | [pysteps/tests/helpers.py](https://codecov.io/gh/pySTEPS/pysteps/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS#diff-cHlzdGVwcy90ZXN0cy9oZWxwZXJzLnB5) | `94.28% <ø> (ø)` | | | ... and [21 more](https://codecov.io/gh/pySTEPS/pysteps/pull/325?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pySTEPS)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.