Author: bugman
Date: Tue Jun 23 18:14:57 2015
New Revision: 27854
URL: http://svn.gna.org/viewcvs/relax?rev=27854&view=rev
Log:
Added Monte Carlo simulations to the N_state_model.test_absolute_T system test.
This is to demonstrate a failure of the simulations in certain N-state model
setups.
Modified:
trunk/test_suite/system_tests/scripts/n_state_model/absolute_T.py
Modified: trunk/test_suite/system_tests/scripts/n_state_model/absolute_T.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/n_state_model/absolute_T.py?rev=27854&r1=27853&r2=27854&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/n_state_model/absolute_T.py
(original)
+++ trunk/test_suite/system_tests/scripts/n_state_model/absolute_T.py Tue Jun
23 18:14:57 2015
@@ -41,6 +41,12 @@
self._execute_uf(uf_name='minimise.grid_search', inc=3)
self._execute_uf(uf_name='minimise.execute', min_algor='simplex')
+# Bootstrapping simulations.
+self._execute_uf(uf_name='monte_carlo.setup', number=10)
+self._execute_uf(uf_name='monte_carlo.create_data', method='direct')
+self._execute_uf(uf_name='minimise.execute', min_algor='simplex')
+self._execute_uf(uf_name='monte_carlo.error_analysis')
+
# Show the tensors.
self._execute_uf(uf_name='align_tensor.display')
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits