Skip to content
Snippets Groups Projects
Commit 0236997a authored by Bienchen's avatar Bienchen
Browse files

Fixed unit test

parent 604c6168
Branches
Tags
No related merge requests found
......@@ -170,7 +170,7 @@ class TestMMCifInfo(unittest.TestCase):
seqres=True,
info=True)
pdb_ent, t = info.GetBioUnits()[0].PDBize(ent, transformation=True)
self.assertAlmostEquals(pdb_ent.GetCenterOfAtoms()[0], -915.759, 3)
self.assertAlmostEquals(pdb_ent.GetCenterOfAtoms()[0], -915.8, 1)
self.assertAlmostEquals(pdb_ent.GetCenterOfAtoms()[1], -952.345, 2)
self.assertAlmostEquals(pdb_ent.GetCenterOfAtoms()[2], 3221.75, 2)
self.assertEquals(geom.Equal(t,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment