mailr25006 - /branches/R1_fitting/test_suite/system_tests/relax_disp.py


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

Header


Content

Posted by tlinnet on August 12, 2014 - 16:54:
Author: tlinnet
Date: Tue Aug 12 16:54:41 2014
New Revision: 25006

URL: http://svn.gna.org/viewcvs/relax?rev=25006&view=rev
Log:
Lowered the precision of dw for model NS CPMG 2-site expanded, in systemtest 
est_hansen_cpmg_data_auto_analysis_numeric.

model NS CPMG 2-site expanded is now analysed before MODEL_CR72, which alter 
the values a bit.

sr #3135(https://gna.org/support/?3135): Optimisation of the R1 relaxation 
rate for the off-resonance R1rho relaxation dispersion models.

Modified:
    branches/R1_fitting/test_suite/system_tests/relax_disp.py

Modified: branches/R1_fitting/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/R1_fitting/test_suite/system_tests/relax_disp.py?rev=25006&r1=25005&r2=25006&view=diff
==============================================================================
--- branches/R1_fitting/test_suite/system_tests/relax_disp.py   (original)
+++ branches/R1_fitting/test_suite/system_tests/relax_disp.py   Tue Aug 12 
16:54:41 2014
@@ -2600,7 +2600,7 @@
         self.assertAlmostEqual(spin71.r2[r20_key1], 4.99889337382435, 3)
         self.assertAlmostEqual(spin71.r2[r20_key2], 6.89822887466673, 3)
         self.assertAlmostEqual(spin71.pA, 0.986709050819695, 3)
-        self.assertAlmostEqual(spin71.dw, 2.09238266766502, 3)
+        self.assertAlmostEqual(spin71.dw, 2.09238266766502, 2)
         self.assertAlmostEqual(spin71.kex/10000, 2438.27019901422/10000, 3)
         self.assertAlmostEqual(spin71.chi2, 15.1644906963987, 3)
 




Related Messages


Powered by MHonArc, Updated Wed Aug 13 11:00:02 2014