Skip to content

Commit

Permalink
Successful build from 086477e [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
brettbj committed Feb 16, 2016
1 parent 74fe2c5 commit 251fcc0
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .coverage

Large diffs are not rendered by default.

Binary file modified __pycache__/classify_patients.cpython-34.pyc
Binary file not shown.
Binary file modified __pycache__/create_patients.cpython-34.pyc
Binary file not shown.
Binary file modified __pycache__/test.cpython-34.pyc
Binary file not shown.
Binary file modified __pycache__/train_dAs.cpython-34.pyc
Binary file not shown.
Binary file modified classes/__pycache__/__init__.cpython-34.pyc
Binary file not shown.
Binary file modified classes/__pycache__/da.cpython-34.pyc
Binary file not shown.
Binary file modified classes/__pycache__/full_rf.cpython-34.pyc
Binary file not shown.
Binary file modified classes/__pycache__/nearest_neighbors.cpython-34.pyc
Binary file not shown.
Binary file modified classes/__pycache__/rfc.cpython-34.pyc
Binary file not shown.
Binary file modified classes/__pycache__/sim.cpython-34.pyc
Binary file not shown.
Binary file modified classes/__pycache__/svm.cpython-34.pyc
Binary file not shown.
Binary file modified classes/__pycache__/tree.cpython-34.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions shippable/codecoverage/coverage.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<coverage branch-rate="0.5" line-rate="1" timestamp="1455203912910" version="4.0.3">
<coverage branch-rate="0.5" line-rate="1" timestamp="1455648962893" version="4.0.3">
<!-- Generated by coverage.py: https://coverage.readthedocs.org -->
<!-- Based on https://raw.githubusercontent.com/cobertura/web/f0366e5e2cf18f111cbd61fc34ef720a6584ba02/htdocs/xml/coverage-03.dtd -->
<sources>
<source>/root/workspace/src/github.com/greenelab/DAPS_private</source>
<source>/root/workspace/src/github.com/greenelab/DAPS</source>
</sources>
<packages>
<package branch-rate="0.5" complexity="0" line-rate="1" name=".">
Expand Down
4 changes: 2 additions & 2 deletions shippable/testresults/tests.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<testsuite errors="0" failures="0" name="nose2-junit" skipped="0" tests="1" time="33.120">
<testcase classname="test.SimTestMethods" name="testDaRun" time="33.119652">
<testsuite errors="0" failures="0" name="nose2-junit" skipped="0" tests="1" time="44.326">
<testcase classname="test.SimTestMethods" name="testDaRun" time="44.324807">
<system-err />
</testcase>
</testsuite>

0 comments on commit 251fcc0

Please sign in to comment.