mailr10079 - /1.3/test_suite/unit_tests/_maths_fns/test_rotation_matrix.py


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

Header


Content

Posted by edward on December 09, 2009 - 12:01:
Author: bugman
Date: Wed Dec  9 12:01:01 2009
New Revision: 10079

URL: http://svn.gna.org/viewcvs/relax?rev=10079&view=rev
Log:
Fix for the test_R_to_euler_zxy() unit test for beta = pi/2.

The alpha and gamma angles subtract in this case.


Modified:
    1.3/test_suite/unit_tests/_maths_fns/test_rotation_matrix.py

Modified: 1.3/test_suite/unit_tests/_maths_fns/test_rotation_matrix.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_maths_fns/test_rotation_matrix.py?rev=10079&r1=10078&r2=10079&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_maths_fns/test_rotation_matrix.py (original)
+++ 1.3/test_suite/unit_tests/_maths_fns/test_rotation_matrix.py Wed Dec  9 
12:01:01 2009
@@ -575,7 +575,7 @@
         self.check_return_conversion(euler_zxy_to_R, R_to_euler_zxy, 0.0, 
1.0, 1.0)
         self.check_return_conversion(euler_zxy_to_R, R_to_euler_zxy, 1.0, 
0.0, 1.0, alpha_end=2.0, gamma_end=0.0)
         self.check_return_conversion(euler_zxy_to_R, R_to_euler_zxy, 1.0, 
1.0, 1.0)
-        self.check_return_conversion(euler_zxy_to_R, R_to_euler_zxy, 1.0, 
pi/2, 0.5)
+        self.check_return_conversion(euler_zxy_to_R, R_to_euler_zxy, 1.0, 
pi/2, 0.5, alpha_end=0.5, gamma_end=0.0)
         self.check_return_conversion(euler_zxy_to_R, R_to_euler_zxy, 1.0, 
pi, 0.5)
 
 




Related Messages


Powered by MHonArc, Updated Wed Dec 09 19:20:02 2009