mailr9229 - /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 July 14, 2009 - 15:56:
Author: bugman
Date: Tue Jul 14 15:56:19 2009
New Revision: 9229

URL: http://svn.gna.org/viewcvs/relax?rev=9229&view=rev
Log:
Fix for the checks in test_omp_analysis().

The wrong data pipe was being accessed.


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=9229&r1=9228&r2=9229&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Tue Jul 14 15:56:19 2009
@@ -196,7 +196,7 @@
         self.relax.interpreter.run(script_file=sys.path[-1] + 
'/test_suite/system_tests/scripts/omp_model_free.py')
 
         # Alias the current data pipe.
-        cdp = pipes.get_pipe()
+        cdp = pipes.get_pipe('final')
 
         # Some checks.
         self.assertEqual(cdp.mol[0].res[0].spin[0].select_sim, [True, False, 
True])




Related Messages


Powered by MHonArc, Updated Tue Jul 14 16:00:03 2009