Skip to content

Commit

Permalink
Merge pull request #26 from OpenFreeEnergy/cleanup
Browse files Browse the repository at this point in the history
Clean up some unused code
  • Loading branch information
dwhswenson authored Oct 5, 2023
2 parents a2854b0 + 8fbbada commit 0dcd4f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 86 deletions.
79 changes: 0 additions & 79 deletions exorcist/claim_task.py

This file was deleted.

7 changes: 0 additions & 7 deletions exorcist/tests/test_taskstatusdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,6 @@ def diamond_taskid_network():
return graph

class TestTaskStatusDB:
@staticmethod
def is_our_db(db):
return (
len(db.metadata.tables) == 2
and set(db.metadata.tables) == {'tasks', 'dependencies'}
)

@staticmethod
def assert_is_our_db(db):
assert len(db.metadata.tables) == 2
Expand Down

0 comments on commit 0dcd4f8

Please sign in to comment.