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:
committed by
Mike Beachy
parent
e0ed5da44b
commit
73c7a2a4be
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user