mailr24064 - /branches/disp_spin_speed/specific_analyses/relax_disp/data.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 - 09:25:
Author: tlinnet
Date: Wed Jun 18 09:25:49 2014
New Revision: 24064

URL: http://svn.gna.org/viewcvs/relax?rev=24064&view=rev
Log:
Removed superfluous check, after the returned data is now in right structure.

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

Modified:
    branches/disp_spin_speed/specific_analyses/relax_disp/data.py

Modified: branches/disp_spin_speed/specific_analyses/relax_disp/data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/specific_analyses/relax_disp/data.py?rev=24064&r1=24063&r2=24064&view=diff
==============================================================================
--- branches/disp_spin_speed/specific_analyses/relax_disp/data.py       
(original)
+++ branches/disp_spin_speed/specific_analyses/relax_disp/data.py       Wed 
Jun 18 09:25:49 2014
@@ -1854,9 +1854,6 @@
 
                     # Loop over the dispersion points.
                     for di in range(len(back_calc[ei][0][mi][oi])):
-                        # Back calc can have more points in end of array.
-                        if di > len(cpmg_frqs_new[ei][mi][oi]) - 1:
-                            continue
                         # Skip invalid points (values of 1e100).
                         if back_calc[ei][0][mi][oi][di] > 1e50:
                             continue




Related Messages


Powered by MHonArc, Updated Wed Jun 18 10:00:02 2014