mailr27855 - /trunk/test_suite/system_tests/scripts/n_state_model/absolute_T.py


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

Header


Content

Posted by edward on June 23, 2015 - 18:26:
Author: bugman
Date: Tue Jun 23 18:26:18 2015
New Revision: 27855

URL: http://svn.gna.org/viewcvs/relax?rev=27855&view=rev
Log:
Added a missing call to monte_carlo.initial_values in the 
N_state_model.test_absolute_T system test.

This fixes the commit of r27854, showing that there is not a problem with the 
Monte Carlo simulations.


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=27855&r1=27854&r2=27855&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:26:18 2015
@@ -44,6 +44,7 @@
 # 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='monte_carlo.initial_values')
 self._execute_uf(uf_name='minimise.execute', min_algor='simplex')
 self._execute_uf(uf_name='monte_carlo.error_analysis')
 




Related Messages


Powered by MHonArc, Updated Wed Jun 24 14:40:10 2015