mailr11460 - /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 10, 2010 - 13:59:
Author: bugman
Date: Tue Aug 10 13:59:48 2010
New Revision: 11460

URL: http://svn.gna.org/viewcvs/relax?rev=11460&view=rev
Log:
Fix for the test_compile_2nd_matrix_pseudo_ellipse_restriction_test3() frame 
order unit test.


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=11460&r1=11459&r2=11460&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 Tue 
Aug 10 13:59:48 2010
@@ -559,7 +559,7 @@
 
         # Calculate the frame order matrix.
         f2a = compile_2nd_matrix_pseudo_ellipse(self.f2_temp, self.R_temp, 
0.0, 0.0, 0.0, pi/2.1, pi/4.6, 0)
-        f2a = compile_2nd_matrix_pseudo_ellipse_torsionless(self.f2_temp, 
self.R_temp, 0.0, 0.0, 0.0, pi/2.1, pi/4.6)
+        f2b = compile_2nd_matrix_pseudo_ellipse_torsionless(self.f2_temp, 
self.R_temp, 0.0, 0.0, 0.0, pi/2.1, pi/4.6)
 
         # Print outs.
         print_frame_order_2nd_degree(f2a, "Pseudo-ellipse frame order")




Related Messages


Powered by MHonArc, Updated Wed Aug 11 00:40:02 2010