keurfonluu / stochopy

Python library for stochastic numerical optimization
https://github.com/keurfonluu/stochopy
BSD 3-Clause "New" or "Revised" License
92 stars 16 forks source link

Test Python 3.9 #9

Closed keurfonluu closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #9 into master will increase coverage by 0.08%. The diff coverage is 95.08%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   89.80%   89.89%   +0.08%     
==========================================
  Files          29       29              
  Lines         942      950       +8     
==========================================
+ Hits          846      854       +8     
  Misses         96       96              
Impacted Files Coverage Δ
stochopy/optimize/_common.py 85.84% <93.87%> (+0.55%) :arrow_up:
stochopy/optimize/cmaes/_cmaes.py 90.22% <100.00%> (+0.07%) :arrow_up:
stochopy/optimize/cpso/_cpso.py 89.90% <100.00%> (+0.09%) :arrow_up:
stochopy/optimize/de/_de.py 90.52% <100.00%> (+0.10%) :arrow_up:
stochopy/optimize/vdcma/_vdcma.py 87.65% <100.00%> (+0.07%) :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 2a56b4f...2ff5b76. Read the comment docs.