mailr24645 - /branches/disp_spin_speed/target_functions/relax_disp.py


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

Header


Content

Posted by tlinnet on July 22, 2014 - 17:53:
Author: tlinnet
Date: Tue Jul 22 17:53:45 2014
New Revision: 24645

URL: http://svn.gna.org/viewcvs/relax?rev=24645&view=rev
Log:
Removed chi sum initialisation in func_ns_mmq_2site() as this is not used.

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

Modified:
    branches/disp_spin_speed/target_functions/relax_disp.py

Modified: branches/disp_spin_speed/target_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/target_functions/relax_disp.py?rev=24645&r1=24644&r2=24645&view=diff
==============================================================================
--- branches/disp_spin_speed/target_functions/relax_disp.py     (original)
+++ branches/disp_spin_speed/target_functions/relax_disp.py     Tue Jul 22 
17:53:45 2014
@@ -1483,9 +1483,6 @@
         # Reshape R20 to per experiment, spin and frequency.
         self.r20_struct[:] = multiply.outer( R20.reshape(self.NE, self.NS, 
self.NM), self.no_nd_ones )
 
-        # Initialise.
-        chi2_sum = 0.0
-
         # Loop over the experiment types.
         for ei in range(self.NE):
             r20 = self.r20_struct[ei]




Related Messages


Powered by MHonArc, Updated Tue Jul 22 18:00:02 2014