mailr6543 - /1.3/test_suite/system_tests/model_free.py


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

Header


Content

Posted by edward on June 28, 2008 - 23:38:
Author: bugman
Date: Sat Jun 28 23:38:01 2008
New Revision: 6543

URL: http://svn.gna.org/viewcvs/relax?rev=6543&view=rev
Log:
Fix for the test_read_results_1_3() system test.

The diffusion tensor objects are no longer directly compared.


Modified:
    1.3/test_suite/system_tests/model_free.py

Modified: 1.3/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_free.py?rev=6543&r1=6542&r2=6543&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Sat Jun 28 23:38:01 2008
@@ -807,8 +807,10 @@
         pipe_13 = ds['1.3']
 
         # Test that the objects in the base pipes are the same.
-        self.object_comparison(obj1=pipe_12, obj2=pipe_13, skip=['mol'])
-
+        self.object_comparison(obj1=pipe_12, obj2=pipe_13, skip=['mol', 
'diff_tensor'])
+
+        # Test that the diffusion tensor data is the same.
+        self.object_comparison(obj1=pipe_12.diff_tensor, 
obj2=pipe_13.diff_tensor)
 
         # Test the number of molecules.
         self.assertEqual(len(pipe_12.mol), len(pipe_13.mol))




Related Messages


Powered by MHonArc, Updated Sun Jun 29 00:00:20 2008