Skip to content

Commit

Permalink
Tests now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
espottesmith committed Jul 18, 2024
1 parent 5347f88 commit 95112d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions atomate/qchem/fireworks/tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,6 @@ def test_WfnAndQTAIMFW_defaults(self):
molecule=self.act_mol,
multiwfn_command=">>multiwfn_command<<",
wfn_file="WAVEFUNCTION.wfn",
output_file="qtaim.out"
).as_dict(),
)
self.assertEqual(
Expand Down Expand Up @@ -1009,7 +1008,6 @@ def test_WfnAndQTAIMFW_not_defaults(self):
molecule=self.act_mol,
multiwfn_command=">>multiwfn_command<<",
wfn_file="WAVEFUNCTION.wfn",
output_file="qtaim.out"
).as_dict(),
)
self.assertEqual(
Expand Down

0 comments on commit 95112d3

Please sign in to comment.