mailr4058 - /branches/N_state_model/sample_scripts/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 November 26, 2007 - 18:28:
Author: bugman
Date: Mon Nov 26 18:07:24 2007
New Revision: 4058

URL: http://svn.gna.org/viewcvs/relax?rev=4058&view=rev
Log:
Bug fix for the N-state model sample script.

Tuples rather than lists were required by the align_tensor.init() user 
function.


Modified:
    branches/N_state_model/sample_scripts/N_state_model.py

Modified: branches/N_state_model/sample_scripts/N_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/sample_scripts/N_state_model.py?rev=4058&r1=4057&r2=4058&view=diff
==============================================================================
--- branches/N_state_model/sample_scripts/N_state_model.py (original)
+++ branches/N_state_model/sample_scripts/N_state_model.py Mon Nov 26 
18:07:24 2007
@@ -11,5 +11,5 @@
 pipe.create(name, 'N-state')
 
 # Load the alignment tensor.
-align_tensor.init(params=[-8.6322e-05, -5.5786e-04, -3.1732e-05, 2.2927e-05, 
2.8599e-04], param_types=0)
-align_tensor.init(params=[3.5e-06, 1.8e-05, 9.2e-06, 1.7e-06, 6.4e-05], 
param_types=0, errors=1)
+align_tensor.init(params=(-8.6322e-05, -5.5786e-04, -3.1732e-05, 2.2927e-05, 
2.8599e-04), param_types=0)
+align_tensor.init(params=(3.5e-06, 1.8e-05, 9.2e-06, 1.7e-06, 6.4e-05), 
param_types=0, errors=1)




Related Messages


Powered by MHonArc, Updated Mon Nov 26 18:40:34 2007