mailr3126 - /1.3/data/pipe_container.py


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

Header


Content

Posted by edward on March 08, 2007 - 08:29:
Author: bugman
Date: Thu Mar  8 08:28:55 2007
New Revision: 3126

URL: http://svn.gna.org/viewcvs/relax?rev=3126&view=rev
Log:
Converted the global minimisation statistic objects from empty dictionaries 
to None.


Modified:
    1.3/data/pipe_container.py

Modified: 1.3/data/pipe_container.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/pipe_container.py?rev=3126&r1=3125&r2=3126&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Thu Mar  8 08:28:55 2007
@@ -48,12 +48,12 @@
     hybrid_runs = {}
 
     # Global minimisation statistics.
-    chi2 = {}
-    iter = {}
-    f_count = {}
-    g_count = {}
-    h_count = {}
-    warning = {}
+    chi2 = None
+    iter = None
+    f_count = None
+    g_count = None
+    h_count = None
+    warning = None
 
 
     def __repr__(self):




Related Messages


Powered by MHonArc, Updated Thu Mar 08 09:40:05 2007