mailr18638 - /branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/rigid_test.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 05, 2013 - 14:28:
Author: bugman
Date: Tue Mar  5 14:28:58 2013
New Revision: 18638

URL: http://svn.gna.org/viewcvs/relax?rev=18638&view=rev
Log:
Fix for the rigid frame order system test script for the 
frame_order.average_position user function.

The old frame_order.ave_pos_translation user function was being used.


Modified:
    
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/rigid_test.py

Modified: 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/rigid_test.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/rigid_test.py?rev=18638&r1=18637&r2=18638&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/rigid_test.py
 (original)
+++ 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/rigid_test.py
 Tue Mar  5 14:28:58 2013
@@ -124,8 +124,8 @@
 # Link the domains to the PDB files.
 frame_order.domain_to_pdb(domain='fixed', pdb='displaced.pdb')
 
-# Allow the average domain to be translated during optimisation.
-frame_order.ave_pos_translate()
+# Set up the mechanics of the displacement to the average domain position.
+frame_order.average_position(pivot='com', translation=True)
 
 # Set the initial pivot point (should make no difference for the rigid 
model).
 pivot = array([0, 0, 0], float64)




Related Messages


Powered by MHonArc, Updated Tue Mar 05 15:00:02 2013