mailr24330 - /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 June 26, 2014 - 14:31:
Author: bugman
Date: Thu Jun 26 14:31:30 2014
New Revision: 24330

URL: http://svn.gna.org/viewcvs/relax?rev=24330&view=rev
Log:
The second torsion angle is now printed out for the frame order system tests.

This is in the system test class mesg_opt_debug() method and allows for 
better debugging of the
double rotor models.


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=24330&r1=24329&r2=24330&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 Thu 
Jun 26 14:31:30 2014
@@ -182,7 +182,7 @@
 
         # Minimisation info.
         string = string + "\n"
-        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']:
+        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', 
'cone_sigma_max_2']:
             if hasattr(cdp, param):
                 obj = getattr(cdp, param)
                 string = string + "%-15s %30.17g\n" % (param, obj)




Related Messages


Powered by MHonArc, Updated Thu Jun 26 15:00:02 2014