UBC-MDS / CrossPy

A package for cross-validation in Python
MIT License
1 stars 4 forks source link

Added Integration tests, generated branch coverage report in html format #24

Closed ShunChi100 closed 6 years ago

ShunChi100 commented 6 years ago

So far,

  1. have addressed two feedback from Meghan
  2. Added integration tests between cross_validation() and summary_cv()
  3. Generated a branch coverage report, covered 100% branches. (see CrossPy/htmlcov/index.html)
  4. setting up travis-CI.

Left:

  1. style thing, suggested by Jason.
  2. Need to connect travis-CI to the master branch after merging.