mailr19294 - in /branches/2.2/test_suite/system_tests/scripts: ./ curve_fitting/ model_free/


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

Header


Content

Posted by edward on April 02, 2013 - 11:33:
Author: bugman
Date: Tue Apr  2 11:33:22 2013
New Revision: 19294

URL: http://svn.gna.org/viewcvs/relax?rev=19294&view=rev
Log:
System test speed ups - decreased the number of Monte Carlo simulations in 
many tests.

Running 500 simulation optimisations in a system test is a total waste of 
time!


Modified:
    branches/2.2/test_suite/system_tests/scripts/consistency_tests.py
    
branches/2.2/test_suite/system_tests/scripts/curve_fitting/bug_19887_curvefit_fail.py
    branches/2.2/test_suite/system_tests/scripts/jw_mapping.py
    
branches/2.2/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py

Modified: branches/2.2/test_suite/system_tests/scripts/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/2.2/test_suite/system_tests/scripts/consistency_tests.py?rev=19294&r1=19293&r2=19294&view=diff
==============================================================================
--- branches/2.2/test_suite/system_tests/scripts/consistency_tests.py 
(original)
+++ branches/2.2/test_suite/system_tests/scripts/consistency_tests.py Tue Apr 
 2 11:33:22 2013
@@ -46,7 +46,7 @@
 self._execute_uf(uf_name='calc')
 
 # Monte Carlo simulations.
-self._execute_uf(uf_name='monte_carlo.setup', number=500)
+self._execute_uf(uf_name='monte_carlo.setup', number=5)
 self._execute_uf(uf_name='monte_carlo.create_data')
 self._execute_uf(uf_name='calc')
 self._execute_uf(uf_name='monte_carlo.error_analysis')

Modified: 
branches/2.2/test_suite/system_tests/scripts/curve_fitting/bug_19887_curvefit_fail.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/2.2/test_suite/system_tests/scripts/curve_fitting/bug_19887_curvefit_fail.py?rev=19294&r1=19293&r2=19294&view=diff
==============================================================================
--- 
branches/2.2/test_suite/system_tests/scripts/curve_fitting/bug_19887_curvefit_fail.py
 (original)
+++ 
branches/2.2/test_suite/system_tests/scripts/curve_fitting/bug_19887_curvefit_fail.py
 Tue Apr  2 11:33:22 2013
@@ -68,7 +68,7 @@
 minimise('simplex', scaling=False, constraints=False)
 
 # Monte Carlo simulations.
-monte_carlo.setup(number=500)
+monte_carlo.setup(number=5)
 monte_carlo.create_data()
 monte_carlo.initial_values()
 minimise('simplex', scaling=False, constraints=False)

Modified: branches/2.2/test_suite/system_tests/scripts/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/2.2/test_suite/system_tests/scripts/jw_mapping.py?rev=19294&r1=19293&r2=19294&view=diff
==============================================================================
--- branches/2.2/test_suite/system_tests/scripts/jw_mapping.py (original)
+++ branches/2.2/test_suite/system_tests/scripts/jw_mapping.py Tue Apr  2 
11:33:22 2013
@@ -40,7 +40,7 @@
 self._execute_uf(uf_name='calc')
 
 # Monte Carlo simulations.
-self._execute_uf(uf_name='monte_carlo.setup', number=500)
+self._execute_uf(uf_name='monte_carlo.setup', number=5)
 self._execute_uf(uf_name='monte_carlo.create_data')
 self._execute_uf(uf_name='calc')
 self._execute_uf(uf_name='monte_carlo.error_analysis')

Modified: 
branches/2.2/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/2.2/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py?rev=19294&r1=19293&r2=19294&view=diff
==============================================================================
--- 
branches/2.2/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py
 (original)
+++ 
branches/2.2/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py
 Tue Apr  2 11:33:22 2013
@@ -34,7 +34,7 @@
 results.write(file='devnull', dir=None, compress_type=1, force=True)
 
 # Monte Carlo simulation setup.
-monte_carlo.setup(number=200)
+monte_carlo.setup(number=5)
 monte_carlo.create_data(method='back_calc')
 monte_carlo.initial_values()
 




Related Messages


Powered by MHonArc, Updated Tue Apr 02 11:40:01 2013