Skip to content
Snippets Groups Projects
Unverified Commit 8dfb526c authored by Xavier Robin's avatar Xavier Robin
Browse files

test: place MG closer to the correct position

This prepares for testing with full_bs_search where a model ligand can
no longer be too far from the actual binding site.
parent 391c267f
No related branches found
No related tags found
No related merge requests found
......@@ -513,9 +513,9 @@ class TestLigandScoring(unittest.TestCase):
# Add 3 MG in model: assignment/stoichiometry
mg_pos = [
mdl.geometric_center,
mdl.geometric_center + 1,
mdl.geometric_center + 100
geom.Vec3(3.871, 12.343, 44.485),
geom.Vec3(3.871, 12.343, 44.485) + 1,
geom.Vec3(3.871, 12.343, 44.485) + 100
]
for i in range(3):
new_chain = mdl_ed.InsertChain("L_MG_%d" % i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment