Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
check that the atom position has the right dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
Coos Baakman committed Dec 12, 2023
1 parent 6c6b072 commit 1f5bf3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/operate/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ def test_nmr():
atoms = get_atoms(pdb)

ok_(len(atoms) > 0)

ok_(atoms[0].position.shape == (3,))

finally:
pdb._close()

Expand Down

0 comments on commit 1f5bf3a

Please sign in to comment.