mailr7530 - /1.3/test_suite/system_tests/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:13:
Author: bugman
Date: Mon Oct  6 22:13:43 2008
New Revision: 7530

URL: http://svn.gna.org/viewcvs/relax?rev=7530&view=rev
Log:
Changed an MC simulation te value to 200 ns to trigger MC sim failure 
detection by eliminate().


Modified:
    1.3/test_suite/system_tests/scripts/omp_model_free.py

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=7530&r1=7529&r2=7530&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:13:43 
2008
@@ -112,6 +112,11 @@
         monte_carlo.create_data()
         monte_carlo.initial_values()
         minimise(MIN_ALGOR)
+
+        # Set a simulation te value to 200 ns to cause it to be eliminated.
+        ds['final'].mol[0].res[0].spin[0].te_sim[1] = 200*1e-9
+
+        # Finish the MC sims.
         eliminate()
         monte_carlo.error_analysis()
 




Related Messages


Powered by MHonArc, Updated Mon Oct 06 22:20:02 2008