mailr7536 - in /1.3/test_suite/system_tests: model_free.py scripts/omp_model_free.py


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

Header


Content

Posted by edward on October 06, 2008 - 22:52:
Author: bugman
Date: Mon Oct  6 22:52:15 2008
New Revision: 7536

URL: http://svn.gna.org/viewcvs/relax?rev=7536&view=rev
Log:
Modified the test_omp_analysis() system test to add more MC sim failures.

This adds a second failure to the second residue.


Modified:
    1.3/test_suite/system_tests/model_free.py
    1.3/test_suite/system_tests/scripts/omp_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=7536&r1=7535&r2=7536&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Mon Oct  6 22:52:15 2008
@@ -168,7 +168,7 @@
 
         # Some checks.
         self.assertEqual(cdp.mol[0].res[0].spin[0].select_sim, [True, False, 
True])
-        self.assertEqual(cdp.mol[0].res[1].spin[0].select_sim, [True, True, 
True])
+        self.assertEqual(cdp.mol[0].res[1].spin[0].select_sim, [True, True, 
False])
         self.assertEqual(cdp.mol[0].res[2].spin[0].select_sim, [True, True, 
True])
         self.assert_(not hasattr(cdp.mol[0].res[3].spin[0], 'select_sim'))
 

Modified: 1.3/test_suite/system_tests/scripts/omp_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/omp_model_free.py?rev=7536&r1=7535&r2=7536&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/omp_model_free.py (original)
+++ 1.3/test_suite/system_tests/scripts/omp_model_free.py Mon Oct  6 22:52:15 
2008
@@ -113,8 +113,9 @@
         monte_carlo.initial_values()
         minimise(MIN_ALGOR)
 
-        # Set a simulation te value to 200 ns to cause it to be eliminated.
+        # Set some MC simulation te values to 200 ns to cause them to be 
eliminated.
         ds['final'].mol[0].res[0].spin[0].te_sim[1] = 200*1e-9
+        ds['final'].mol[0].res[1].spin[0].te_sim[2] = 200*1e-9
 
         # Finish the MC sims.
         eliminate()




Related Messages


Powered by MHonArc, Updated Mon Oct 06 23:20:04 2008