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.


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

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

Reply via email to