mailr25714 - /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 September 09, 2014 - 14:25:
Author: bugman
Date: Tue Sep  9 14:25:41 2014
New Revision: 25714

URL: http://svn.gna.org/viewcvs/relax?rev=25714&view=rev
Log:
Fix for the Frame_order.test_axis_permutation system test.

The motional eigenframe in the old log file was not exactly correct and did 
not correspond exactly
to the Euler angles in the cam_pseudo_ellipse.bz2 results file in
test_suite/shared_data/frame_order/axis_permutations/.


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=25714&r1=25713&r2=25714&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 Tue 
Sep  9 14:25:41 2014
@@ -266,9 +266,9 @@
         self.assertEqual(cdp.cone_sigma_max, 1.2119285953475074)
 
         # The optimised Eigenframe.
-        frame = array([[ 0.520453290203146, -0.300768532050924, 
-0.799166229794936],
-                       [ 0.623378128365549, -0.505769134549026,  
0.596319789721082],
-                       [-0.583547840191518, -0.808539345156104, 
-0.07573668557808 ]], float64)
+        frame = array([[ 0.519591643135168, -0.302150522797118, 
-0.799205596800676],
+                       [ 0.62357991685585 , -0.505348769456744,  
0.596465177946379],
+                       [-0.584099830232939, -0.808286881485765, 
-0.074159999594586]], float64)
 
         # Manually permute the frame, and then obtain the Euler angles.
         frame_new = transpose(array([frame[:, 1], frame[:, 2], frame[:, 0]], 
float64))




Related Messages


Powered by MHonArc, Updated Tue Sep 09 14:40:02 2014