mailr2448 - in /1.2: data.py specific_fns/hybrid.py


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

Header


Content

Posted by edward on April 05, 2006 - 10:14:
Author: bugman
Date: Wed Apr  5 10:14:13 2006
New Revision: 2448

URL: http://svn.gna.org/viewcvs/relax?rev=2448&view=rev
Log:
Fixed two bugs in the hybridisation code.


Modified:
    1.2/data.py
    1.2/specific_fns/hybrid.py

Modified: 1.2/data.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/data.py?rev=2448&r1=2447&r2=2448&view=diff
==============================================================================
--- 1.2/data.py (original)
+++ 1.2/data.py Wed Apr  5 10:14:13 2006
@@ -55,7 +55,7 @@
         self.run_types = []
 
         # Hybrid models.
-        self.hybrid_runs = []
+        self.hybrid_runs = {}
 
         # Global minimisation statistics.
         self.chi2 = {}

Modified: 1.2/specific_fns/hybrid.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/specific_fns/hybrid.py?rev=2448&r1=2447&r2=2448&view=diff
==============================================================================
--- 1.2/specific_fns/hybrid.py (original)
+++ 1.2/specific_fns/hybrid.py Wed Apr  5 10:14:13 2006
@@ -64,4 +64,4 @@
         self.relax.data.run_types.append('hybrid')
 
         # Create the data structure of the runs which form the hybrid.
-        self.relax.data.hybrid[hybrid] = runs
+        self.relax.data.hybrid_runs[hybrid] = runs




Related Messages


Powered by MHonArc, Updated Wed Apr 05 11:40:06 2006