mailr11451 - /1.3/test_suite/unit_tests/_maths_fns/test_frame_order_matrix_ops.py


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

Header


Content

Posted by edward on August 09, 2010 - 14:35:
Author: bugman
Date: Mon Aug  9 14:35:14 2010
New Revision: 11451

URL: http://svn.gna.org/viewcvs/relax?rev=11451&view=rev
Log:
Added a eigenframe rotation to 
test_compile_2nd_matrix_pseudo_ellipse_free_rotor_half_cone().


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

Modified: 1.3/test_suite/unit_tests/_maths_fns/test_frame_order_matrix_ops.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_maths_fns/test_frame_order_matrix_ops.py?rev=11451&r1=11450&r2=11451&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_maths_fns/test_frame_order_matrix_ops.py 
(original)
+++ 1.3/test_suite/unit_tests/_maths_fns/test_frame_order_matrix_ops.py Mon 
Aug  9 14:35:14 2010
@@ -331,8 +331,8 @@
     def test_compile_2nd_matrix_pseudo_ellipse_free_rotor_half_cone(self):
         """Check if compile_2nd_matrix_pseudo_ellipse() can return the 
matrix for a half cone."""
 
-        # Calculate the frame order matrix.
-        f2 = compile_2nd_matrix_pseudo_ellipse_free_rotor(self.f2_temp, 
self.R_temp, 0.0, 0.0, 0.0, pi/2.0, pi/2.0)
+        # Calculate the frame order matrix (rotated about z by 2pi).
+        f2 = compile_2nd_matrix_pseudo_ellipse_free_rotor(self.f2_temp, 
self.R_temp, pi, 0.0, pi, pi/2.0, pi/2.0)
 
         # Print outs.
         print_frame_order_2nd_degree(self.f2_half_cone, "The half cone frame 
order matrix")




Related Messages


Powered by MHonArc, Updated Mon Aug 09 15:00:02 2010