mailr20827 - /branches/relax_disp/specific_analyses/relax_disp/disp_data.py


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

Header


Content

Posted by edward on September 05, 2013 - 10:18:
Author: bugman
Date: Thu Sep  5 10:18:52 2013
New Revision: 20827

URL: http://svn.gna.org/viewcvs/relax?rev=20827&view=rev
Log:
Removed the temporary FIXMEs from the relax_disp.exp_type user function 
backend.

This is needed to enable the mixed experiment type code to be developed 
further, but means that the
relax_disp branch will be broken for a while!


Modified:
    branches/relax_disp/specific_analyses/relax_disp/disp_data.py

Modified: branches/relax_disp/specific_analyses/relax_disp/disp_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/disp_data.py?rev=20827&r1=20826&r2=20827&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/disp_data.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/disp_data.py Thu Sep  5 
10:18:52 2013
@@ -199,9 +199,6 @@
     if exp_type not in EXP_TYPE_LIST:
         raise RelaxError("The relaxation dispersion experiment '%s' is 
invalid." % exp_type)
 
-    # FIXME:  Temporary solution to keep the branch functional.
-    cdp.exp_type = {}
-
     # Initialise the experiment type data structures if needed.
     if not hasattr(cdp, 'exp_type'):
         cdp.exp_type = {}
@@ -226,9 +223,6 @@
     elif exp_type == EXP_TYPE_R1RHO_EXP:
         text += EXP_TYPE_DESC_R1RHO_EXP + "."
     print(text)
-
-    # FIXME:  Temporary solution to keep the branch functional.
-    cdp.exp_type = exp_type
 
 
 def find_intensity_keys(frq=None, point=None, time=None):




Related Messages


Powered by MHonArc, Updated Thu Sep 05 10:40:02 2013