mailr22889 - /trunk/specific_analyses/relax_disp/sherekhan.py


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

Header


Content

Posted by tlinnet on April 30, 2014 - 13:23:
Author: tlinnet
Date: Wed Apr 30 13:23:18 2014
New Revision: 22889

URL: http://svn.gna.org/viewcvs/relax?rev=22889&view=rev
Log:
Removed the necessity that len(cdp.relax_time_list) = 1 when issuing the 
sherekhan input user function.

bug #21995: (https://gna.org/bugs/index.php?21995) Creating sherekhan input 
files, with data for several fields and different time_T2

Modified:
    trunk/specific_analyses/relax_disp/sherekhan.py

Modified: trunk/specific_analyses/relax_disp/sherekhan.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/sherekhan.py?rev=22889&r1=22888&r2=22889&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/sherekhan.py     (original)
+++ trunk/specific_analyses/relax_disp/sherekhan.py     Wed Apr 30 13:23:18 
2014
@@ -63,10 +63,6 @@
     if not hasattr(cdp, 'model_type'):
         raise RelaxError("The relaxation dispersion model has not been 
specified.")
 
-    # Test that this is a fixed time period experiment.
-    if len(cdp.relax_time_list) != 1:
-            raise RelaxError("ShereKhan only supports the fixed time 
relaxation dispersion experiments.")
-
     # Loop over the spin blocks.
     cluster_index = 0
     for spin_ids in loop_cluster():




Related Messages


Powered by MHonArc, Updated Wed Apr 30 13:40:02 2014