Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Apr 19, 2024
1 parent 24382f9 commit 1df9c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def test_extract_sample():

struct = kg.get_system_from_sample(struct_Fe.sample)
assert len(struct.atoms.positions) == 2
assert struct.graph is not None

kg.to_file(struct_Fe.sample, filename='POSCAR')
assert os.path.exists('POSCAR')
Expand Down

0 comments on commit 1df9c04

Please sign in to comment.