Becksteinlab / numkit

Numerical first aid kit (with numpy/scipy).
https://numkit.readthedocs.io
Other
2 stars 2 forks source link

fix smooth() with Python 3 #8

Closed orbeckst closed 6 years ago

orbeckst commented 6 years ago
codecov-io commented 6 years ago

Codecov Report

Merging #8 into master will increase coverage by 1.24%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   69.11%   70.35%   +1.24%     
==========================================
  Files           5        5              
  Lines         586      587       +1     
  Branches       75       75              
==========================================
+ Hits          405      413       +8     
+ Misses        145      133      -12     
- Partials       36       41       +5
Impacted Files Coverage Δ
src/numkit/timeseries.py 62.08% <100%> (+4.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 af05227...ebadff5. Read the comment docs.