edoddridge / aronnax

An idealised isopycnal model that can be run either with n+1/2 layers, or with n layers and variable bathymetry.
http://aronnax.readthedocs.io/en/latest/
MIT License
23 stars 5 forks source link

Flush python 3.6 requirement #245

Closed edoddridge closed 1 year ago

edoddridge commented 1 year ago

The github actions yaml had the python version pinned to 3.6. This version is no longer available. Pinned version has been removed. If everything passes, then there's no need to pin the version.

codecov[bot] commented 1 year ago

Codecov Report

Merging #245 (9251ad5) into master (6cd1727) will increase coverage by 0.16%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #245      +/-   ##
==========================================
+ Coverage   74.10%   74.27%   +0.16%     
==========================================
  Files          20       20              
  Lines        1425     1407      -18     
  Branches       89       89              
==========================================
- Hits         1056     1045      -11     
+ Misses        315      307       -8     
- Partials       54       55       +1     
Impacted Files Coverage Δ
src/model_main.f90 80.53% <0.00%> (-3.54%) :arrow_down:
src/barotropic_mode.f90 77.70% <0.00%> (-0.56%) :arrow_down:
src/io.f90 79.50% <0.00%> (+0.50%) :arrow_up:
src/time_stepping.f90 64.19% <0.00%> (+5.25%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

edoddridge commented 1 year ago

All looks good. The jitter in the codecov results is odd - that feature is still not working as desired (see #242).