discreteoptimization / assignment

Assignments and Graders for Discrete Optimization on Coursera
https://www.coursera.org/learn/discrete-optimization
MIT License
94 stars 81 forks source link

Fix Python 3.8 Compatibility #44

Closed ccoffrin closed 4 years ago

ccoffrin commented 4 years ago

Update time.clock to time.process_time, closes #43

Thanks for the tip @Darksonn.

codecov-io commented 4 years ago

Codecov Report

Merging #44 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   89.48%   89.51%   +0.02%     
==========================================
  Files          17       17              
  Lines        1056     1059       +3     
==========================================
+ Hits          945      948       +3     
  Misses        111      111
Impacted Files Coverage Δ
submit.py 83.77% <100%> (+0.21%) :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 97d20c4...ac2427a. Read the comment docs.