Skip to content

Commit

Permalink
restart travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed Aug 21, 2018
1 parent 5984ccc commit ec58e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gosubdag_mk.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def test_gosubdag():
"""Test all ways to make a GoSubDag."""
# Get data to use for test
res = get_goea_results()
res = get_goea_results() #
godag = res['obo_dag']
goea_results = res['goea_results']
goids = [r.GO for r in goea_results]
Expand Down

0 comments on commit ec58e2c

Please sign in to comment.