mailr2888 - /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 November 28, 2006 - 04:34:
Author: bugman
Date: Tue Nov 28 04:33:40 2006
New Revision: 2888

URL: http://svn.gna.org/viewcvs/relax?rev=2888&view=rev
Log:
Fix for bug #7863 (https://gna.org/bugs/index.php?7863).

This bug was reported by Sebastien Morin (https://gna.org/users/semor).

The fix was simply to set 'self.runs' to all the global diffusion models to 
be used by the AIC model
selection step.


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=2888&r1=2887&r2=2888&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Tue Nov 28 04:33:40 2006
@@ -241,6 +241,9 @@
             # Diffusion model selection.
             ############################
 
+            # All the global diffusion models to be used in the model 
selection.
+            self.runs = ['local_tm', 'sphere', 'prolate', 'oblate', 
'ellipsoid']
+
             # Create the local_tm run.
             run.create('local_tm', 'mf')
 




Related Messages


Powered by MHonArc, Updated Tue Nov 28 04:40:06 2006