Skip to content

Commit

Permalink
fix unit test for intentionally defused FW
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed May 15, 2017
1 parent be3889f commit 40fd102
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions atomate/vasp/workflows/tests/test_vasp_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,6 @@ def test_bandgap_check_Vasp(self):
{"name": "Si-static"}, {"state": 1})["state"],
"DEFUSED")

wf = self.lp.get_wf_by_fw_id(1)
self.assertTrue(all([s == 'COMPLETED' for s in wf.fw_states.values()]))

def test_trackers(self):
# add the workflow
structure = self.struct_si
Expand Down

0 comments on commit 40fd102

Please sign in to comment.