mailr12257 - /1.3/test_suite/system_tests/scripts/model_free/opt_tm2_grid.py


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

Header


Content

Posted by edward on January 12, 2011 - 17:09:
Author: bugman
Date: Wed Jan 12 17:09:17 2011
New Revision: 12257

URL: http://svn.gna.org/viewcvs/relax?rev=12257&view=rev
Log:
Turned constraints off in the tm2 grid system tests to speed up the tests.

Constrained optimisation is not required in these simple models to find the 
exact solution.


Modified:
    1.3/test_suite/system_tests/scripts/model_free/opt_tm2_grid.py

Modified: 1.3/test_suite/system_tests/scripts/model_free/opt_tm2_grid.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/model_free/opt_tm2_grid.py?rev=12257&r1=12256&r2=12257&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/model_free/opt_tm2_grid.py (original)
+++ 1.3/test_suite/system_tests/scripts/model_free/opt_tm2_grid.py Wed Jan 12 
17:09:17 2011
@@ -73,7 +73,7 @@
                 spin.rex = 0.0
 
             # Minimise.
-            minimise('newton', 'gmw', 'back')
+            minimise('newton', 'gmw', 'back', constraints=False)
 
             # Check the values.
             if cdp._model == 'm2':




Related Messages


Powered by MHonArc, Updated Wed Jan 12 17:40:02 2011