Skip to content

Commit

Permalink
PyTest fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Jun 27, 2024
1 parent 6cd1674 commit 44b2404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jarvis/tests/testfiles/core/test_atoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ def test_basic_atoms():
rem = (Si.make_supercell([2, 2, 2]).remove_site_by_index(site=0)).num_atoms
prim = Si.get_primitive_atoms
print(prim.cart_coords)
print(prim.get_pos())
print(prim.get_cell())
#print(prim.get_pos())
#print(prim.get_cell())
conv = Si.get_conventional_atoms
spgn = Si.get_spacegroup
comp = compare_atoms(atoms1=prim, atoms2=conv)
Expand Down

0 comments on commit 44b2404

Please sign in to comment.