mailr22824 - in /trunk/test_suite/system_tests: relax_disp.py scripts/relax_disp/hansen_r2eff_data.py


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

Header


Content

Posted by tlinnet on April 22, 2014 - 20:48:
Author: tlinnet
Date: Tue Apr 22 20:48:22 2014
New Revision: 22824

URL: http://svn.gna.org/viewcvs/relax?rev=22824&view=rev
Log:
Changes to systemtest Relax_disp.test_hansen_cpmg_data_auto_analysis_r2eff.

Regarding bug #21953, (https://gna.org/bugs/index.php?21953) - Weird 
performance of grid search

The grid search needed to be increased by +1 and lowering of some results by 
one digit.

Modified:
    trunk/test_suite/system_tests/relax_disp.py
    trunk/test_suite/system_tests/scripts/relax_disp/hansen_r2eff_data.py

Modified: trunk/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=22824&r1=22823&r2=22824&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Tue Apr 22 20:48:22 2014
@@ -805,7 +805,7 @@
         print("%-20s %20.15g %20.15g" % ("phi_ex", spin70.phi_ex, 
spin71.phi_ex))
         print("%-20s %20.15g %20.15g" % ("kex", spin70.kex, spin71.kex))
         print("%-20s %20.15g %20.15g\n" % ("chi2", spin70.chi2, spin71.chi2))
-        self.assertAlmostEqual(spin70.r2[r20_key1], 6.74326615264889, 3)
+        self.assertAlmostEqual(spin70.r2[r20_key1], 6.74326615264889, 2)
         self.assertAlmostEqual(spin70.r2[r20_key2], 6.57331164382438, 2)
         self.assertAlmostEqual(spin70.phi_ex, 0.312767653822936, 3)
         self.assertAlmostEqual(spin70.kex/10000, 4723.44390412119/10000, 3)
@@ -829,7 +829,7 @@
         print("%-20s %20.15g %20.15g" % ("kex", spin70.kex, spin71.kex))
         print("%-20s %20.15g %20.15g\n" % ("chi2", spin70.chi2, spin71.chi2))
         self.assertAlmostEqual(spin70.r2[r20_key1], 6.97233943292193, 3)
-        self.assertAlmostEqual(spin70.r2[r20_key2], 9.409506394526, 3)
+        self.assertAlmostEqual(spin70.r2[r20_key2], 9.409506394526, 2)
         self.assertAlmostEqual(spin70.pA, 0.989856804525044, 3)
         self.assertAlmostEqual(spin70.dw, 5.60889078920945, 3)
         self.assertAlmostEqual(spin70.kex/10000, 1753.01607073019/10000, 3)
@@ -837,7 +837,7 @@
         self.assertAlmostEqual(spin71.r2[r20_key1], 5.00317154730225, 3)
         self.assertAlmostEqual(spin71.r2[r20_key2], 6.90210797713541, 3)
         self.assertAlmostEqual(spin71.pA, 0.985922406429147, 3)
-        self.assertAlmostEqual(spin71.dw, 2.00500965887772, 3)
+        self.assertAlmostEqual(spin71.dw, 2.00500965887772, 2)
         self.assertAlmostEqual(spin71.kex/10000, 2481.10839579804/10000, 3)
         self.assertAlmostEqual(spin71.chi2, 15.6595374288635, 3)
 

Modified: 
trunk/test_suite/system_tests/scripts/relax_disp/hansen_r2eff_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/relax_disp/hansen_r2eff_data.py?rev=22824&r1=22823&r2=22824&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/relax_disp/hansen_r2eff_data.py     
  (original)
+++ trunk/test_suite/system_tests/scripts/relax_disp/hansen_r2eff_data.py     
  Tue Apr 22 20:48:22 2014
@@ -26,7 +26,7 @@
     ds.numeric_only = False
 
 # The grid search size (the number of increments per dimension).
-GRID_INC = 6
+GRID_INC = 7
 
 # The number of Monte Carlo simulations to be used for error analysis at the 
end of the analysis.
 MC_NUM = 3




Related Messages


Powered by MHonArc, Updated Tue Apr 22 21:00:02 2014