mailr23396 - /branches/frame_order_cleanup/test_suite/system_tests/frame_order.py


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

Header


Content

Posted by edward on May 24, 2014 - 09:16:
Author: bugman
Date: Sat May 24 09:16:28 2014
New Revision: 23396

URL: http://svn.gna.org/viewcvs/relax?rev=23396&view=rev
Log:
The CaM frame order system test mesg_opt_debug() method not prints out the 
translation vector.

This is printed out at the end of all CaM frame order system tests to help 
with debugging when the
test fails.


Modified:
    branches/frame_order_cleanup/test_suite/system_tests/frame_order.py

Modified: branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/frame_order.py?rev=23396&r1=23395&r2=23396&view=diff
==============================================================================
--- branches/frame_order_cleanup/test_suite/system_tests/frame_order.py 
(original)
+++ branches/frame_order_cleanup/test_suite/system_tests/frame_order.py Sat 
May 24 09:16:28 2014
@@ -196,7 +196,7 @@
 
         # Minimisation info.
         string = string + "\n"
-        for param in ['ave_pos_alpha', 'ave_pos_beta', 'ave_pos_gamma', 
'eigen_alpha', 'eigen_beta', 'eigen_gamma', 'axis_theta', 'axis_phi', 
'cone_theta_x', 'cone_theta_y', 'cone_theta', 'cone_s1', 'cone_sigma_max']:
+        for param in ['ave_pos_x', 'ave_pos_y', 'ave_pos_z', 
'ave_pos_alpha', 'ave_pos_beta', 'ave_pos_gamma', 'eigen_alpha', 
'eigen_beta', 'eigen_gamma', 'axis_theta', 'axis_phi', 'cone_theta_x', 
'cone_theta_y', 'cone_theta', 'cone_s1', 'cone_sigma_max']:
             if hasattr(cdp, param):
                 obj = getattr(cdp, param)
                 string = string + "%-15s %30.17g\n" % (param, obj)




Related Messages


Powered by MHonArc, Updated Sat May 24 09:40:02 2014