Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
thangckt committed May 30, 2024
1 parent ee921da commit 6fe378f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/data/test_disturb_abacus.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class TestPertAbacus(unittest.TestCase):
def setUp(self):
create_disturbs_abacus_dev(abacus_stru_file, 1)
create_disturbs_abacus_dev(abacus_stru_file, 2)

def tearDown(self):
if os.path.isfile("STRU.hcp1.abacus"):
Expand Down
2 changes: 1 addition & 1 deletion tests/data/test_gen_bulk_abacus.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test(self):
self.assertEqual(len(scales), self.scale_numb)
for scale in scales:
perts = glob.glob(os.path.join(scale, "[0-9]*"))
self.assertEqual(len(perts), self.pert_numb + 1)
self.assertEqual(len(perts), self.pert_numb)

def testSTRU(self):
jdata = self.jdata
Expand Down

0 comments on commit 6fe378f

Please sign in to comment.