mailr24094 - /branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_ns_cpmg_2site_3D.py


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

Header


Content

Posted by tlinnet on June 18, 2014 - 16:07:
Author: tlinnet
Date: Wed Jun 18 16:07:10 2014
New Revision: 24094

URL: http://svn.gna.org/viewcvs/relax?rev=24094&view=rev
Log:
Made changes to the profiling script of NS_CPMG_2SITE_3D.

Need to use the full model, when r2a and r2b is specified.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion 
models for Clustered analysis.

Modified:
    
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_ns_cpmg_2site_3D.py

Modified: 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_ns_cpmg_2site_3D.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_ns_cpmg_2site_3D.py?rev=24094&r1=24093&r2=24094&view=diff
==============================================================================
--- 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_ns_cpmg_2site_3D.py
  (original)
+++ 
branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_ns_cpmg_2site_3D.py
  Wed Jun 18 16:07:10 2014
@@ -424,7 +424,7 @@
         """
 
         # Return chi2 value.
-        chi2 = self.model.func_ns_cpmg_2site_3D(params)
+        chi2 = self.model.func_ns_cpmg_2site_3D_full(params)
         return chi2
 
 




Related Messages


Powered by MHonArc, Updated Wed Jun 18 16:20:02 2014