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


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to