mailr25566 - /branches/est_par_error/test_suite/shared_data/dispersion/estimate_par_err/cr72/cr72_der.py


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

Header


Content

Posted by tlinnet on September 02, 2014 - 20:06:
Author: tlinnet
Date: Tue Sep  2 20:06:11 2014
New Revision: 25566

URL: http://svn.gna.org/viewcvs/relax?rev=25566&view=rev
Log:
Fix for defining eta_scale as a symbol in derivation of CR72.

task #7824(https://gna.org/task/index.php?7824): Model parameter ERROR 
estimation from Jacobian and Co-variance matrix of dispersion models.

Modified:
    
branches/est_par_error/test_suite/shared_data/dispersion/estimate_par_err/cr72/cr72_der.py

Modified: 
branches/est_par_error/test_suite/shared_data/dispersion/estimate_par_err/cr72/cr72_der.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/est_par_error/test_suite/shared_data/dispersion/estimate_par_err/cr72/cr72_der.py?rev=25566&r1=25565&r2=25566&view=diff
==============================================================================
--- 
branches/est_par_error/test_suite/shared_data/dispersion/estimate_par_err/cr72/cr72_der.py
  (original)
+++ 
branches/est_par_error/test_suite/shared_data/dispersion/estimate_par_err/cr72/cr72_der.py
  Tue Sep  2 20:06:11 2014
@@ -7,8 +7,8 @@
 dw = Symbol('dw')
 kex = Symbol('kex')
 cpmg_frqs = Symbol('cpmg_frqs')
+eta_scale = Symbol('eta_scale')
 
-eta_scale = 2.0**(-3.0/2.0)
 pB = 1.0 - pA
 dw2 = dw**2
 r20_kex = (r20a + r20b + kex) / 2.0




Related Messages


Powered by MHonArc, Updated Tue Sep 02 20:20:02 2014