mailr10081 - /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 - 19:08:
Author: bugman
Date: Wed Dec  9 19:08:04 2009
New Revision: 10081

URL: http://svn.gna.org/viewcvs/relax?rev=10081&view=rev
Log:
Added a check to test_R_to_euler_zyz() for beta angles > pi.


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=10081&r1=10080&r2=10081&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 
19:08:04 2009
@@ -629,6 +629,7 @@
         self.check_return_conversion(euler_zyz_to_R, R_to_euler_zyz, 1.0, 
pi/2, 0.5)
         self.check_return_conversion(euler_zyz_to_R, R_to_euler_zyz, 1.0, 
pi, 0.5)
         self.check_return_conversion(euler_zyz_to_R, R_to_euler_zyz, 1.0, 
-pi/2, 0.5, alpha_end=1.0+pi, beta_end=pi/2, gamma_end=0.5+pi)
+        self.check_return_conversion(euler_zyz_to_R, R_to_euler_zyz, 1.0, 
1.5*pi, 0.5, alpha_end=1.0+pi, beta_end=pi/2, gamma_end=0.5+pi)
 
 
     def test_R_to_quaternion_no_rot(self):




Related Messages


Powered by MHonArc, Updated Thu Dec 10 16:40:02 2009