mailr23816 - /branches/disp_spin_speed/target_functions/relax_disp.py


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

Header


Content

Posted by tlinnet on June 11, 2014 - 08:40:
Author: tlinnet
Date: Wed Jun 11 08:40:40 2014
New Revision: 23816

URL: http://svn.gna.org/viewcvs/relax?rev=23816&view=rev
Log:
Comment out the sys.exit(), which would make the code fail for wrong 
calculation of dw.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion 
models for Clustered analysis.

Modified:
    branches/disp_spin_speed/target_functions/relax_disp.py

Modified: branches/disp_spin_speed/target_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/target_functions/relax_disp.py?rev=23816&r1=23815&r2=23816&view=diff
==============================================================================
--- branches/disp_spin_speed/target_functions/relax_disp.py     (original)
+++ branches/disp_spin_speed/target_functions/relax_disp.py     Wed Jun 11 
08:40:40 2014
@@ -581,8 +581,8 @@
         diff = sum(self.dw_struct - dw_frq_a)
         if diff != 0.0:
             print "WOOOPS", diff
-            import sys
-            sys.exit()
+            #import sys
+            #sys.exit()
 
         # Reshape R20A and R20B to per experiment, spin and frequency.
         R20A_axis = R20A.reshape(self.ei, self.si, self.mi)




Related Messages


Powered by MHonArc, Updated Wed Jun 11 09:00:08 2014