Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda committed May 19, 2024
1 parent e2d0846 commit ac7e157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ def test_get_cell(self):
self.assertEqual(
atoms.cell.tolist(), stk.get_cell(atoms).tolist()
)
with self.assertRaises(ValueError):
stk.get_cell(np.arange(4))


if __name__ == "__main__":
Expand Down

0 comments on commit ac7e157

Please sign in to comment.