mailr11492 - /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 12, 2010 - 15:20:
Author: bugman
Date: Thu Aug 12 15:20:53 2010
New Revision: 11492

URL: http://svn.gna.org/viewcvs/relax?rev=11492&view=rev
Log:
Fix for the test_compile_2nd_matrix_rotor_point1() unit test.

The compile_2nd_matrix_rotor() function was being incorrectly called.


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=11492&r1=11491&r2=11492&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 Thu 
Aug 12 15:20:53 2010
@@ -895,7 +895,7 @@
         sigma_max = 60.0 / 180.0 * pi
 
         # Calculate the matrix.
-        f2 = compile_2nd_matrix_rotor(self.f2_temp, self.R_temp, 
self.z_axis, self.cone_axis, 0.0, 0.0, sigma_max)
+        f2 = compile_2nd_matrix_rotor(self.f2_temp, self.R_temp, 0.0, 0.0, 
0.0, sigma_max)
 
         # Print out.
         print_frame_order_2nd_degree(real, "real")




Related Messages


Powered by MHonArc, Updated Thu Aug 12 16:00:02 2010