mailr11370 - /branches/bieri_gui/gui_bieri/analyses/auto_model_free.py


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

Header


Content

Posted by michael . bieri on July 28, 2010 - 06:33:
Author: michaelbieri
Date: Wed Jul 28 06:33:34 2010
New Revision: 11370

URL: http://svn.gna.org/viewcvs/relax?rev=11370&view=rev
Log:
Dublicated output after calculation is removed.

Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_model_free.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_model_free.py?rev=11370&r1=11369&r2=11370&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Wed Jul 28 
06:33:34 2010
@@ -900,24 +900,11 @@
         if automatic == True:
             return 'successful'
 
-        # Feedback about successful calculation in manual mode and after 
final calculation in automatic mode.
+        # Enable m1-m5.
         if not automatic:
             if model == 'local_tm':
-                print ('Local Tm calculation was successful !')
-
                 # enable m1 - m5 to choose for calculation
                 return True
-
-            if model == 'sphere':
-                print ('Sphere calculation was successful !')
-            if model == 'prolate':
-                print ('Prolate calculation was successful !')
-            if model == 'oblate':
-                print ('Oblate calculation was successful !')
-            if model == 'ellipsoid':
-                print ('Ellipsoid calculation was successful !')
-            if model == 'Final':
-                print ('Final Model-free calculation was successful !')
 
 
     def link_data(self, data):




Related Messages


Powered by MHonArc, Updated Wed Jul 28 07:00:02 2010