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

Fixed unit test

parent d35e1989
Branches
Tags
No related merge requests found
......@@ -171,7 +171,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, 2)
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