mailr4739 - /branches/N_state_model/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 January 15, 2008 - 14:04:
Author: bugman
Date: Tue Jan 15 14:03:59 2008
New Revision: 4739

URL: http://svn.gna.org/viewcvs/relax?rev=4739&view=rev
Log:
Removed some useless code.


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=4739&r1=4738&r2=4739&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Tue Jan 15 14:03:59 
2008
@@ -222,12 +222,6 @@
         red_tensor_elem = array(red_tensor_elem, float64)
         red_tensor_err = array(red_tensor_err, float64)
 
-        # Create a list of all the reduced alignment tensor element errors 
(for the chi-squared function).
-        for tensor in cdp.align_tensors:
-            # Ignore the full tensors.
-            if not tensor.red:
-                continue
-
         # Set up the class instance containing the target function.
         model = N_state_opt(init_params=param_vector, data=cdp.align_tensor, 
errors=tensor_err)
 




Related Messages


Powered by MHonArc, Updated Tue Jan 15 14:20:07 2008