Skip to content

Commit

Permalink
Merge pull request #317 from CGATOxford/{TS}-UpdateKneeMethod
Browse files Browse the repository at this point in the history
adds distance-based knee method and makes default
  • Loading branch information
TomSmithCGAT authored Feb 14, 2019
2 parents 2c8cd23 + 90956d5 commit 902b55e
Show file tree
Hide file tree
Showing 14 changed files with 2,408 additions and 117 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install freetype; fi
- pip install cython
- pip install pandas==0.19
- pip install pandas
- pip install scipy
- pip install matplotlib==2.2.3 # can remove once py2 support dropped
install:
- python setup.py install

Expand Down
Loading

0 comments on commit 902b55e

Please sign in to comment.