mailr22143 - /trunk/test_suite/system_tests/scripts/n_state_model/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 February 07, 2014 - 11:11:
Author: bugman
Date: Fri Feb  7 11:11:55 2014
New Revision: 22143

URL: http://svn.gna.org/viewcvs/relax?rev=22143&view=rev
Log:
Updated the N_state_model.5_state_xz system test to allow it to complete on 
i586 Linux systems.

The optimisation would continue for a huge amount of time on a test system 
(Mageia 4 i586 VM) and
would make it appear as though the test suite has hung.  By limiting the 
maximum number of
iterations in the optimisation to 1000, the test will complete successfully 
and the parameters
optimised to the same precision.


Modified:
    trunk/test_suite/system_tests/scripts/n_state_model/5_state_xz.py

Modified: trunk/test_suite/system_tests/scripts/n_state_model/5_state_xz.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/n_state_model/5_state_xz.py?rev=22143&r1=22142&r2=22143&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/n_state_model/5_state_xz.py 
(original)
+++ trunk/test_suite/system_tests/scripts/n_state_model/5_state_xz.py Fri Feb 
 7 11:11:55 2014
@@ -72,7 +72,7 @@
 #self._execute_uf(uf_name='value.set')
 
 # Minimise.
-self._execute_uf('simplex', constraints=False, uf_name='minimise')
+self._execute_uf('simplex', constraints=False, uf_name='minimise', 
max_iter=1000)
 
 # Centre of mass analysis.
 self._execute_uf(uf_name='n_state_model.CoM', pivot_point=[0.0, 0.0, 0.0], 
centre=[0.0, 0.0, 1.0])




Related Messages


Powered by MHonArc, Updated Fri Feb 07 11:20:03 2014