mailr11322 - /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 July 19, 2010 - 19:18:
Author: bugman
Date: Mon Jul 19 19:18:42 2010
New Revision: 11322

URL: http://svn.gna.org/viewcvs/relax?rev=11322&view=rev
Log:
Added a debugging print out to test_compile_2nd_matrix_pseudo_ellipse().


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=11322&r1=11321&r2=11322&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 
Jul 19 19:18:42 2010
@@ -65,4 +65,5 @@
         # Check the values.
         for i in range(9):
             for j in range(9):
+                print "Element %s, %s." % (i, j)
                 self.assertAlmostEqual(calc[i, j], real[i, j], 4)




Related Messages


Powered by MHonArc, Updated Mon Jul 19 19:20:02 2010