optimize a number of functions

- Major optimization of the put_atom_in_box() function.
- Major optimization of the protein_precheck() function.
- Minor optimization in radial_volume_desolvation()
- Optimization in top_up() to scale for large structures.
This commit is contained in:
Matvey Adzhigirey
2012-12-04 17:21:24 -08:00
committed by Mike Beachy
parent e0ed5da44b
commit 73c7a2a4be
5 changed files with 24 additions and 28 deletions

View File

@@ -7,7 +7,7 @@ import unittest
# Setting this up as a direct translation of the original runtest.py script
# that will be run as part of 'python setup.py test'. This takes on the
# order of 30s to run.
# order of 10s to run.
class SystemTest(unittest.TestCase):
"""