mailr6548 - /1.3/sample_scripts/full_analysis.py


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

Header


Content

Posted by edward on June 29, 2008 - 00:58:
Author: bugman
Date: Sun Jun 29 00:58:14 2008
New Revision: 6548

URL: http://svn.gna.org/viewcvs/relax?rev=6548&view=rev
Log:
Bug fix for the full_analysis.py script.


Modified:
    1.3/sample_scripts/full_analysis.py

Modified: 1.3/sample_scripts/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/full_analysis.py?rev=6548&r1=6547&r2=6548&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Sun Jun 29 00:58:14 2008
@@ -407,7 +407,7 @@
 
         # Create a string representation of the model-free models of the 
previous data pipe.
         prev_models = ''
-        for spin in spin_loop(pipe='previous')
+        for spin in spin_loop(pipe='previous'):
             if hasattr(spin, 'model'):
                 if not spin.model == 'None':
                     prev_models = prev_models + spin.model




Related Messages


Powered by MHonArc, Updated Sun Jun 29 01:00:22 2008