mailr6293 - /1.3/specific_fns/model_free/results.py


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

Header


Content

Posted by edward on May 28, 2008 - 23:19:
Author: bugman
Date: Wed May 28 23:19:37 2008
New Revision: 6293

URL: http://svn.gna.org/viewcvs/relax?rev=6293&view=rev
Log:
Converted the simulation selection flag to a bool.


Modified:
    1.3/specific_fns/model_free/results.py

Modified: 1.3/specific_fns/model_free/results.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/results.py?rev=6293&r1=6292&r2=6293&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/results.py (original)
+++ 1.3/specific_fns/model_free/results.py Wed May 28 23:19:37 2008
@@ -872,7 +872,7 @@
                     all_select_sim.append([])
 
                 # Selected simulations.
-                all_select_sim[-1].append(int(file_line[col['select']]))
+                all_select_sim[-1].append(bool(file_line[col['select']]))
 
             # Diffusion tensor data.
             if data_set == 'value' and not diff_data_set:




Related Messages


Powered by MHonArc, Updated Thu May 29 00:00:20 2008