Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed Sep 19, 2024
1 parent 1f3f9ae commit efebdd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_qe_pw_scf.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ def setUp(self):
class TestNa(unittest.TestCase):
def test(self):
ss = dpdata.LabeledSystem("qe.scf/na.out", fmt="qe/pw/scf")
b2a = dpdata.unit.LengthConversion("bohr", "angstrom").value()
print(ss.data.keys())
self.assertEqual(ss["atom_numbs"], [3])
self.assertEqual(ss["atom_names"], ["Na"])
self.assertEqual(ss.get_nframes(), 1)
Expand Down

0 comments on commit efebdd7

Please sign in to comment.