mailr10059 - /1.3/test_suite/unit_tests/_data/test_align_tensor.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on December 04, 2009 - 17:26:
Author: bugman
Date: Fri Dec  4 17:26:39 2009
New Revision: 10059

URL: http://svn.gna.org/viewcvs/relax?rev=10059&view=rev
Log:
Fixes for the alignment tensor unit tests (due to object renaming).


Modified:
    1.3/test_suite/unit_tests/_data/test_align_tensor.py

Modified: 1.3/test_suite/unit_tests/_data/test_align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_data/test_align_tensor.py?rev=10059&r1=10058&r2=10059&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_data/test_align_tensor.py (original)
+++ 1.3/test_suite/unit_tests/_data/test_align_tensor.py Fri Dec  4 17:26:39 
2009
@@ -102,7 +102,7 @@
         self.assertEqual(self.align_data.Axxyy_sim[0], Axxyy)
 
         # Test the matrices.
-        self.assertEqual(self.align_data.tensor_sim[0].tostring(), 
tensor.tostring())
+        self.assertEqual(self.align_data.A_sim[0].tostring(), 
tensor.tostring())
 
 
     def test_set_Szz(self):
@@ -155,7 +155,7 @@
         self.assertEqual(self.align_data.Axxyy_err, Axxyy)
 
         # Test the matrices.
-        self.assertEqual(self.align_data.tensor_err.tostring(), 
tensor.tostring())
+        self.assertEqual(self.align_data.A_err.tostring(), tensor.tostring())
 
 
     def test_set_params(self):
@@ -198,7 +198,7 @@
         self.assertEqual(self.align_data.Axxyy, Axxyy)
 
         # Test the matrices.
-        self.assertEqual(self.align_data.tensor.tostring(), 
tensor.tostring())
+        self.assertEqual(self.align_data.A.tostring(), tensor.tostring())
 
 
     def test_set_sim(self):
@@ -263,7 +263,7 @@
         self.assertEqual(self.align_data.Axxyy_sim[0], Axxyy)
 
         # Test the matrices.
-        self.assertEqual(self.align_data.tensor_sim[0].tostring(), 
tensor.tostring())
+        self.assertEqual(self.align_data.A_sim[0].tostring(), 
tensor.tostring())
 
 
     def test_set_Axx(self):




Related Messages


Powered by MHonArc, Updated Fri Dec 04 18:00:02 2009