mailr22349 - /trunk/specific_analyses/relax_disp/api.py


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

Header


Content

Posted by tlinnet on February 26, 2014 - 17:58:
Author: tlinnet
Date: Wed Feb 26 17:58:34 2014
New Revision: 22349

URL: http://svn.gna.org/viewcvs/relax?rev=22349&view=rev
Log:
Undo of unintentional adding of code in api.py.

Regarding bug #21344, (https://gna.org/bugs/index.php?21344) - Handling of in 
sparse acquired R1rho dataset with missing combinations of time and spin-lock 
field strengths.

Modified:
    trunk/specific_analyses/relax_disp/api.py

Modified: trunk/specific_analyses/relax_disp/api.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/api.py?rev=22349&r1=22348&r2=22349&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/api.py (original)
+++ trunk/specific_analyses/relax_disp/api.py Wed Feb 26 17:58:34 2014
@@ -1602,9 +1602,6 @@
                 # Get the intensity keys.
                 int_keys = find_intensity_keys(exp_type=exp_type, frq=frq, 
point=point, time=time)
 
-                if len(int_keys) > 1:
-                    raise RelaxError("Error %s" % int_keys)
-
                 # Loop over the intensity keys.
                 for int_key in int_keys:
                     # Test if the simulation data point already exists.




Related Messages


Powered by MHonArc, Updated Fri Feb 28 15:40:02 2014