mailr22825 - in /trunk/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 April 22, 2014 - 20:48:
Author: tlinnet
Date: Tue Apr 22 20:48:24 2014
New Revision: 22825

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

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 changes of some results.

Modified:
    trunk/test_suite/system_tests/relax_disp.py
    trunk/test_suite/system_tests/scripts/relax_disp/hansen_data_missing.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=22825&r1=22824&r2=22825&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Tue Apr 22 20:48:24 2014
@@ -908,11 +908,11 @@
         self.assertAlmostEqual(spin70.dw, 5.5907147782533, 3)
         self.assertAlmostEqual(spin70.kex/10000, 1828.31716745568/10000, 3)
         self.assertAlmostEqual(spin70.chi2, 55.2887487843661, 3)
-        self.assertAlmostEqual(spin71.r2[r20_key1], 4.92979173044978, 3)
-        self.assertAlmostEqual(spin71.pA, 0.528883026272818, 3)
-        self.assertAlmostEqual(spin71.dw, 0.488914314879541, 3)
-        self.assertAlmostEqual(spin71.kex/10000, 2568.1215115528/10000, 3)
-        self.assertAlmostEqual(spin71.chi2, 4.01287787463568, 3)
+        self.assertAlmostEqual(spin71.r2[r20_key1], 4.98140950171523, 3)
+        self.assertAlmostEqual(spin71.pA, 0.996611720993305, 3)
+        self.assertAlmostEqual(spin71.dw, 4.346521584302, 3)
+        self.assertAlmostEqual(spin71.kex/10000, 1936.08058304917/10000, 3)
+        self.assertAlmostEqual(spin71.chi2, 3.85636864711598, 3)
 
 
     def test_hansen_cpmg_data_to_cr72(self):

Modified: 
trunk/test_suite/system_tests/scripts/relax_disp/hansen_data_missing.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/relax_disp/hansen_data_missing.py?rev=22825&r1=22824&r2=22825&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/relax_disp/hansen_data_missing.py   
  (original)
+++ trunk/test_suite/system_tests/scripts/relax_disp/hansen_data_missing.py   
  Tue Apr 22 20:48:24 2014
@@ -24,7 +24,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