Skip to content

Commit

Permalink
Clean up a couple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
wmayner committed Dec 2, 2014
1 parent 4281cc2 commit d59a772
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/conftest.py
Expand Up @@ -32,7 +32,6 @@
os.mkdir(constants.PERSISTENT_CACHE_DIRECTORY)



def _flush_joblib_cache():
# Remove the old joblib cache directory.
shutil.rmtree(constants.PERSISTENT_CACHE_DIRECTORY)
Expand Down
Binary file added test/data/rule152_results.pkl
Binary file not shown.
2 changes: 0 additions & 2 deletions test/test_big_phi.py
Expand Up @@ -299,8 +299,6 @@ def test_complexes_standard(standard, flushcache, restore_fs_cache):
complexes = list(compute.complexes(standard))
check_mip(complexes[7], standard_answer)

# Connectivity matrix


def test_big_mip_complete_graph_standard_example(s_complete):
mip = compute.big_mip(s_complete)
Expand Down

0 comments on commit d59a772

Please sign in to comment.