mailr18214 - /trunk/test_suite/system_tests/scripts/n_state_model/missing_data_test.py


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

Header


Content

Posted by edward on January 18, 2013 - 11:41:
Author: bugman
Date: Fri Jan 18 11:41:50 2013
New Revision: 18214

URL: http://svn.gna.org/viewcvs/relax?rev=18214&view=rev
Log:
Modified the missing data system test script to include Monte Carlo 
simulations.

This is to cover untested code paths.


Modified:
    trunk/test_suite/system_tests/scripts/n_state_model/missing_data_test.py

Modified: 
trunk/test_suite/system_tests/scripts/n_state_model/missing_data_test.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/n_state_model/missing_data_test.py?rev=18214&r1=18213&r2=18214&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/n_state_model/missing_data_test.py 
(original)
+++ trunk/test_suite/system_tests/scripts/n_state_model/missing_data_test.py 
Fri Jan 18 11:41:50 2013
@@ -60,6 +60,13 @@
 # Minimisation.
 self._execute_uf(uf_name='minimise', min_algor='bfgs', constraints=True)
 
+# Monte Carlo simulations.
+self._execute_uf(uf_name='monte_carlo.setup', number=3)
+self._execute_uf(uf_name='monte_carlo.create_data')
+self._execute_uf(uf_name='monte_carlo.initial_values')
+self._execute_uf(uf_name='minimise', min_algor='bfgs', constraints=True)
+self._execute_uf(uf_name='monte_carlo.error_analysis')
+
 # Write out a results file.
 self._execute_uf(uf_name='results.write', file='devnull', force=True)
 




Related Messages


Powered by MHonArc, Updated Fri Jan 18 12:00:01 2013