mailr23548 - in /branches/disp_speed/test_suite/system_tests: relax_disp.py scripts/relax_disp/hansen_data_missing.py


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

Header


Content

Posted by tlinnet on May 28, 2014 - 18:03:
Author: tlinnet
Date: Wed May 28 18:03:15 2014
New Revision: 23548

URL: http://svn.gna.org/viewcvs/relax?rev=23548&view=rev
Log:
Fix for differences in systemtests which are different from trunk.

These were found with the command:
diff -bur disp_speed/test_suite/ relax_trunk/test_suite/ | grep -v "Binary 
files" > diff.txt

Modified:
    branches/disp_speed/test_suite/system_tests/relax_disp.py
    
branches/disp_speed/test_suite/system_tests/scripts/relax_disp/hansen_data_missing.py

Modified: branches/disp_speed/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_speed/test_suite/system_tests/relax_disp.py?rev=23548&r1=23547&r2=23548&view=diff
==============================================================================
--- branches/disp_speed/test_suite/system_tests/relax_disp.py   (original)
+++ branches/disp_speed/test_suite/system_tests/relax_disp.py   Wed May 28 
18:03:15 2014
@@ -1316,7 +1316,7 @@
 
         # The maximum number of iterations.
         # The default value is 1e7.
-        ds.set_max_iter = 10000
+        ds.set_max_iter = 1000
 
         # The verbosity level.
         ds.verbosity = 1

Modified: 
branches/disp_speed/test_suite/system_tests/scripts/relax_disp/hansen_data_missing.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_speed/test_suite/system_tests/scripts/relax_disp/hansen_data_missing.py?rev=23548&r1=23547&r2=23548&view=diff
==============================================================================
--- 
branches/disp_speed/test_suite/system_tests/scripts/relax_disp/hansen_data_missing.py
       (original)
+++ 
branches/disp_speed/test_suite/system_tests/scripts/relax_disp/hansen_data_missing.py
       Wed May 28 18:03:15 2014
@@ -51,7 +51,7 @@
 ##########################
 
 # Run fast.
-Relax_disp.opt_func_tol = 1e-7
+Relax_disp.opt_func_tol = 1e-5
 Relax_disp.opt_max_iterations = 10000
 
 # Do not change!




Related Messages


Powered by MHonArc, Updated Wed May 28 18:20:02 2014