mailr7264 - /1.3/specific_fns/model_free/mf_minimise.py


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

Header


Content

Posted by edward on September 24, 2008 - 19:00:
Author: bugman
Date: Wed Sep 24 19:00:08 2008
New Revision: 7264

URL: http://svn.gna.org/viewcvs/relax?rev=7264&view=rev
Log:
An important fix for the model-free minimisation code for the merged 
count_spins() function.


Modified:
    1.3/specific_fns/model_free/mf_minimise.py

Modified: 1.3/specific_fns/model_free/mf_minimise.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/mf_minimise.py?rev=7264&r1=7263&r2=7264&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/mf_minimise.py (original)
+++ 1.3/specific_fns/model_free/mf_minimise.py Wed Sep 24 19:00:08 2008
@@ -847,7 +847,7 @@
 
         # Number of spins, minimisation instances, and data sets for each 
model type.
         if model_type == 'mf' or model_type == 'local_tm':
-            num_instances = count_spins()
+            num_instances = count_spins(skip_desel=False)
             num_data_sets = 1
             num_spins = 1
         elif model_type == 'diff' or model_type == 'all':




Related Messages


Powered by MHonArc, Updated Wed Sep 24 19:20:01 2008