mailr28203 - /trunk/test_suite/system_tests/scripts/relax_disp/r2eff_missing_data.py


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

Header


Content

Posted by edward on April 27, 2016 - 11:08:
Author: bugman
Date: Wed Apr 27 11:08:35 2016
New Revision: 28203

URL: http://svn.gna.org/viewcvs/relax?rev=28203&view=rev
Log:
Simplified the Relax_disp.test_bug_24601_r2eff_missing_data system test.

This is to allow the test to catch bug #24601 to complete in a reasonable 
time (2 seconds on one
system).


Modified:
    trunk/test_suite/system_tests/scripts/relax_disp/r2eff_missing_data.py

Modified: 
trunk/test_suite/system_tests/scripts/relax_disp/r2eff_missing_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/relax_disp/r2eff_missing_data.py?rev=28203&r1=28202&r2=28203&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/relax_disp/r2eff_missing_data.py    
  (original)
+++ trunk/test_suite/system_tests/scripts/relax_disp/r2eff_missing_data.py    
  Wed Apr 27 11:08:35 2016
@@ -39,14 +39,12 @@
 #####################
 
 # The dispersion models.
-MODELS = ['R2eff', 'LM63', 'CR72']
+MODELS = ['R2eff']
 
 # The grid search size (the number of increments per dimension).
-GRID_INC = 11
-#GRID_INC = None
+GRID_INC = 3
 
 # The number of Monte Carlo simulations to be used for error analysis at the 
end of the analysis.
-MC_NUM = 1000
 MC_NUM = 3
 
 # A flag which if True will activate Monte Carlo simulations for all models. 
 Note this will hugely increase the computation time.




Related Messages


Powered by MHonArc, Updated Wed Apr 27 11:20:14 2016