mailRe: r22349 - /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 Edward d'Auvergne on February 26, 2014 - 18:04:
Hi Troels,

For such a change, it is important to state the revision that this
relates to.  The best way for unintentional code commits is to use an
'svn merge' command to reverse the old commit, commit the reverse
commit, and then to create the proper commit.  Unfortunately this is
one of subversion's ugly shortcomings.

Cheers,

Edward



On 26 February 2014 17:58,  <tlinnet@xxxxxxxxxxxxx> wrote:
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.


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

This is the relax-commits mailing list
relax-commits@xxxxxxx

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



Related Messages


Powered by MHonArc, Updated Thu Feb 27 17:20:11 2014