mailr4775 - /branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py


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

Header


Content

Posted by edward on January 16, 2008 - 10:41:
Author: bugman
Date: Wed Jan 16 10:21:20 2008
New Revision: 4775

URL: http://svn.gna.org/viewcvs/relax?rev=4775&view=rev
Log:
Decreased the grid size from 3 to 2 in the 5_state_xz.py script of the system 
test.

This still takes far to long for a system test!  The grid search will have to 
eventually go.


Modified:
    branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py

Modified: branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py?rev=4775&r1=4774&r2=4775&view=diff
==============================================================================
--- branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py 
(original)
+++ branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py Wed 
Jan 16 10:21:20 2008
@@ -79,7 +79,7 @@
 n_state_model.model(N=5)
 
 # Grid search.
-grid_search(inc=3)
+grid_search(inc=2)
 
 # Minimise.
 minimise('simplex')




Related Messages


Powered by MHonArc, Updated Wed Jan 16 11:20:07 2008