Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 25, 2024
1 parent ba4cb93 commit 83769e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
27 changes: 0 additions & 27 deletions tests/abacus.spin/INPUT

This file was deleted.

2 changes: 2 additions & 0 deletions tests/test_abacus_spin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ def setUp(self):
def tearDown(self):
if os.path.isdir(self.dump_path):
shutil.rmtree(self.dump_path)
if os.path.isfile("abacus.spin/INPUT"):
os.remove("abacus.spin/INPUT")

def test_scf(self):
os.system("cp abacus.spin/INPUT.scf abacus.spin/INPUT")
Expand Down

0 comments on commit 83769e9

Please sign in to comment.