mailr7160 - /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 August 12, 2008 - 09:58:
Author: bugman
Date: Tue Aug 12 09:58:15 2008
New Revision: 7160

URL: http://svn.gna.org/viewcvs/relax?rev=7160&view=rev
Log:
Converted the PCS constant data structure into a numpy array in 
__minimise_setup_pcs().


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=7160&r1=7159&r2=7160&view=diff
==============================================================================
--- branches/rdc_analysis/specific_fns/n_state_model.py (original)
+++ branches/rdc_analysis/specific_fns/n_state_model.py Tue Aug 12 09:58:15 
2008
@@ -457,7 +457,7 @@
                 unit_vect_numpy[spin_index, state_index] = 
unit_vect[spin_index][state_index]
 
         # Return the data structures.
-        return pcs_numpy, unit_vect_numpy, pcs_const
+        return pcs_numpy, unit_vect_numpy, array(pcs_const)
 
 
     def __minimise_setup_rdcs(self, param_vector=None, scaling_matrix=None):




Related Messages


Powered by MHonArc, Updated Tue Aug 12 10:00:20 2008