mailr12260 - /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:41:
Author: bugman
Date: Wed Jan 12 17:41:01 2011
New Revision: 12260

URL: http://svn.gna.org/viewcvs/relax?rev=12260&view=rev
Log:
Reverted revision r12259 as this was completely false - it actually undid the 
previous commit.

The command used was:
svn merge -r12259:12258 .

.....
  r12259 | bugman | 2011-01-12 17:28:54 +0100 (Wed, 12 Jan 2011) | 3 lines
  Changed paths:
     M /1.3/test_suite/system_tests/scripts/model_free/opt_tm2_grid.py
  
  This time really turn off the optimisation constraints!
.....


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=12260&r1=12259&r2=12260&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:41:01 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 18:00:01 2011