pytroll / pytroll-schedule

Reception scheduling of polar weather satellites
http://pytroll-schedule.readthedocs.org/
GNU General Public License v3.0
9 stars 12 forks source link

Refactor remove legacy code support #67

Closed pnuu closed 2 years ago

pnuu commented 2 years ago

There were still some remainders of Python 2.7 support. This PR removes them.

codecov[bot] commented 2 years ago

Codecov Report

Merging #67 (2c9854f) into main (8d1fe8f) will increase coverage by 0.11%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
+ Coverage   46.49%   46.61%   +0.11%     
==========================================
  Files          15       15              
  Lines        2540     2525      -15     
==========================================
- Hits         1181     1177       -4     
+ Misses       1359     1348      -11     
Impacted Files Coverage Δ
trollsched/satpass.py 63.22% <50.00%> (+0.40%) :arrow_up:
trollsched/schedule.py 15.16% <50.00%> (+0.07%) :arrow_up:
trollsched/tests/test_schedule.py 96.73% <100.00%> (+1.50%) :arrow_up:
trollsched/utils.py 14.81% <100.00%> (-0.67%) :arrow_down:

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 8d1fe8f...2c9854f. Read the comment docs.