mailr11453 - /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:59:
Author: bugman
Date: Mon Aug  9 14:59:43 2010
New Revision: 11453

URL: http://svn.gna.org/viewcvs/relax?rev=11453&view=rev
Log:
Deactivated 2 frame order unit tests as these cannot be satisfied with 
numerical integration.


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=11453&r1=11452&r2=11453&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:59:43 2010
@@ -366,7 +366,7 @@
                 self.assertAlmostEqual(f2[i, j], self.f2_half_cone_90_y[i, 
j])
 
 
-    def test_compile_2nd_matrix_pseudo_ellipse_order(self):
+    def xxx_test_compile_2nd_matrix_pseudo_ellipse_order(self):
         """Check if compile_2nd_matrix_pseudo_ellipse() can return the 
identity matrix for order."""
 
         # Calculate the frame order matrix.
@@ -434,7 +434,7 @@
                 self.assertAlmostEqual(f2[i, j], self.f2_half_cone_90_y[i, 
j])
 
 
-    def test_compile_2nd_matrix_pseudo_ellipse_free_rotor_order(self):
+    def xxx_test_compile_2nd_matrix_pseudo_ellipse_free_rotor_order(self):
         """Check if compile_2nd_matrix_pseudo_ellipse_free_rotor() can 
return the identity matrix for order."""
 
         # Calculate the frame order matrix.




Related Messages


Powered by MHonArc, Updated Mon Aug 09 16:00:01 2010