mailr11416 - /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 04, 2010 - 22:49:
Author: bugman
Date: Wed Aug  4 22:49:14 2010
New Revision: 11416

URL: http://svn.gna.org/viewcvs/relax?rev=11416&view=rev
Log:
Fix for the pseudo-ellipse unit test as the matrix is now in Kronecker 
product form.


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=11416&r1=11415&r2=11416&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 Wed 
Aug  4 22:49:14 2010
@@ -28,6 +28,7 @@
 # relax module imports.
 from generic_fns.frame_order import print_frame_order_2nd_degree
 from maths_fns.frame_order_matrix_ops import *
+from maths_fns.kronecker_product import transpose_23
 
 
 class Test_frame_order_matrix_ops(TestCase):
@@ -48,6 +49,7 @@
                      [         0,         0,   -0.1224,         0,         
0,         0,    0.1391,         0,         0],
                      [         0,         0,         0,         0,         
0,   -0.2421,         0,    0.2427,         0],
                      [    0.6851,         0,         0,         0,    
0.6429,         0,         0,         0,    0.6182]], float64)
+        transpose_23(real)
 
         # Init.
         calc = zeros((9, 9), float64)




Related Messages


Powered by MHonArc, Updated Wed Aug 04 23:00:01 2010