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

Set minimum python version to 3.7 #253

Closed dnerini closed 2 years ago

dnerini commented 2 years ago

Close #252

codecov[bot] commented 2 years ago

Codecov Report

Merging #253 (c6eb3da) into master (bd94785) will increase coverage by 0.00%. The diff coverage is n/a.

:exclamation: Current head c6eb3da differs from pull request most recent head 1ca7735. Consider uploading reports for the commit 1ca7735 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #253   +/-   ##
=======================================
  Coverage   80.78%   80.79%           
=======================================
  Files         140      140           
  Lines       10625    10625           
=======================================
+ Hits         8583     8584    +1     
+ Misses       2042     2041    -1     
Flag Coverage Δ
unit_tests 80.79% <ø> (+<0.01%) :arrow_up:

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

Impacted Files Coverage Δ
pysteps/io/importers.py 71.73% <0.00%> (-0.15%) :arrow_down:
pysteps/tests/test_interfaces.py 100.00% <0.00%> (+0.71%) :arrow_up:
pysteps/tests/test_motion.py 94.30% <0.00%> (+0.81%) :arrow_up:

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 bd94785...1ca7735. Read the comment docs.

aperezhortal commented 2 years ago

Thanks for updating this! The PR looks ready to merge. I pushed one commit with a minor update to the installation guide, and removing an empty file that seemed unused.