mailr8777 - /1.3/test_suite/system_tests/scripts/align_fit.py


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

Header


Content

Posted by edward on February 11, 2009 - 15:31:
Author: bugman
Date: Wed Feb 11 15:31:13 2009
New Revision: 8777

URL: http://svn.gna.org/viewcvs/relax?rev=8777&view=rev
Log:
Fix for the system test script.  The RDC and PCS data was not being read 
correctly.


Modified:
    1.3/test_suite/system_tests/scripts/align_fit.py

Modified: 1.3/test_suite/system_tests/scripts/align_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/align_fit.py?rev=8777&r1=8776&r2=8777&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/align_fit.py (original)
+++ 1.3/test_suite/system_tests/scripts/align_fit.py Wed Feb 11 15:31:13 2009
@@ -26,8 +26,8 @@
 value.set('1H', 'proton', spin_id="@N")
 
 # Load the RDCs and PCSs.
-rdc.read(id='synth', file='synth_rdc', dir=DATA_PATH, mol_name_col=0, 
res_num_col=1, res_name_col=2, spin_num_col=3, spin_name_col=4, data_col=5, 
error_col=6)
-pcs.read(id='synth', file='synth_pcs', dir=DATA_PATH, mol_name_col=0, 
res_num_col=1, res_name_col=2, spin_num_col=3, spin_name_col=4, data_col=5, 
error_col=6)
+rdc.read(id='synth', file='synth_rdc', dir=DATA_PATH, mol_name_col=0, 
res_num_col=1, res_name_col=2, spin_num_col=3, spin_name_col=4, data_col=5)
+pcs.read(id='synth', file='synth_pcs', dir=DATA_PATH, mol_name_col=0, 
res_num_col=1, res_name_col=2, spin_num_col=3, spin_name_col=4, data_col=5)
 
 # The temperature.
 temperature(id='synth', temp=303)




Related Messages


Powered by MHonArc, Updated Wed Feb 11 15:40:03 2009