Becksteinlab / numkit

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

add python 3 support #4

Closed kain88-de closed 6 years ago

kain88-de commented 6 years ago

use minimal changes to make testsuite pass

fixes #1

codecov-io commented 6 years ago

Codecov Report

Merging #4 into master will not change coverage. The diff coverage is 40%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   31.92%   31.92%           
=======================================
  Files           5        5           
  Lines         567      567           
  Branches       72       75    +3     
=======================================
  Hits          181      181           
  Misses        358      358           
  Partials       28       28
Impacted Files Coverage Δ
src/numkit/integration.py 58.4% <0%> (ø) :arrow_up:
src/numkit/timeseries.py 58.01% <100%> (ø) :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 31b948b...eefe380. Read the comment docs.