mailr7388 - /1.3/specific_fns/model_free/main.py


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

Header


Content

Posted by edward on September 26, 2008 - 23:52:
Author: bugman
Date: Fri Sep 26 23:52:16 2008
New Revision: 7388

URL: http://svn.gna.org/viewcvs/relax?rev=7388&view=rev
Log:
Fix for the sim_return_param() method, the model_type variable was missing.


Modified:
    1.3/specific_fns/model_free/main.py

Modified: 1.3/specific_fns/model_free/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/main.py?rev=7388&r1=7387&r2=7388&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/main.py (original)
+++ 1.3/specific_fns/model_free/main.py Fri Sep 26 23:52:16 2008
@@ -2915,6 +2915,9 @@
         # Alias the current data pipe.
         cdp = ds[ds.current_pipe]
 
+        # Determine the model type.
+        model_type = self.determine_model_type()
+
         # Get the parameter object names.
         param_names = self.data_names(set='params')
 




Related Messages


Powered by MHonArc, Updated Sat Sep 27 00:00:02 2008