mailr6991 - /branches/rdc_analysis/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on July 28, 2008 - 16:09:
Author: bugman
Date: Mon Jul 28 15:29:53 2008
New Revision: 6991

URL: http://svn.gna.org/viewcvs/relax?rev=6991&view=rev
Log:
Bug fix for the __disassemble_param_vector() method.

The parameter vector with alignment tensor parameters is now properly split 
into the alignment
tensor components and probabilities.


Modified:
    branches/rdc_analysis/specific_fns/n_state_model.py

Modified: branches/rdc_analysis/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/n_state_model.py?rev=6991&r1=6990&r2=6991&view=diff
==============================================================================
--- branches/rdc_analysis/specific_fns/n_state_model.py (original)
+++ branches/rdc_analysis/specific_fns/n_state_model.py Mon Jul 28 15:29:53 
2008
@@ -182,7 +182,7 @@
                 cdp.align_tensors[i].Syz = param_vector[5*i+4]
 
             # Create a new parameter vector without the tensors.
-            param_vector = param_vector[len(cdp.rdc_ids):]
+            param_vector = param_vector[5*len(cdp.rdc_ids):]
 
         # Monte Carlo simulation data structures.
         if sim_index != None:




Related Messages


Powered by MHonArc, Updated Mon Jul 28 17:40:09 2008