mailr26343 - /trunk/test_suite/system_tests/scripts/n_state_model/CaM_IQ_tensor_fit.py


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

Header


Content

Posted by edward on October 22, 2014 - 14:01:
Author: bugman
Date: Wed Oct 22 14:01:58 2014
New Revision: 26343

URL: http://svn.gna.org/viewcvs/relax?rev=26343&view=rev
Log:
Speed up of the N_state_model.test_CaM_IQ_tensor_fit system test.

This test is however still far too slow.


Modified:
    trunk/test_suite/system_tests/scripts/n_state_model/CaM_IQ_tensor_fit.py

Modified: 
trunk/test_suite/system_tests/scripts/n_state_model/CaM_IQ_tensor_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/n_state_model/CaM_IQ_tensor_fit.py?rev=26343&r1=26342&r2=26343&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/n_state_model/CaM_IQ_tensor_fit.py  
  (original)
+++ trunk/test_suite/system_tests/scripts/n_state_model/CaM_IQ_tensor_fit.py  
  Wed Oct 22 14:01:58 2014
@@ -93,7 +93,7 @@
 monte_carlo.setup(number=3)
 monte_carlo.create_data()
 monte_carlo.initial_values()
-minimise.execute('bfgs', constraints=False)
+minimise.execute('bfgs', constraints=False, max_iter=5)
 monte_carlo.error_analysis()
 
 # Show the tensors.




Related Messages


Powered by MHonArc, Updated Wed Oct 22 14:40:02 2014