Skip to content

Commit

Permalink
fix test num atoms with altloc None
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Nov 5, 2023
1 parent d6f1b7e commit 853f227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/tests/proteins/test_pdbfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def testAltlocNoneToMultiCoordets(self):
path = pathDatafile(self.altlocs['file'])

ag = parsePDB(path, altloc=None)
self.assertEqual(ag.numAtoms(), self.altlocs['atoms_altloc'],
self.assertEqual(ag.numAtoms(), self.altlocs['atoms_single'],
'parsePDB failed to parse correct number of atoms with altloc None')
self.assertEqual(ag.numCoordsets(), self.altlocs['num_altlocs'],
'parsePDB failed to parse correct number of coordsets (2) with altloc None')
Expand Down

0 comments on commit 853f227

Please sign in to comment.