mailr11098 - /1.3/test_suite/system_tests/scripts/n_state_model/lactose_n_state.py


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

Header


Content

Posted by edward on April 21, 2010 - 17:52:
Author: bugman
Date: Wed Apr 21 17:52:06 2010
New Revision: 11098

URL: http://svn.gna.org/viewcvs/relax?rev=11098&view=rev
Log:
Added calls to rdc.display() and pcs.display() to the lactose N-state model 
system test.

This adds more checks for these user functions.


Modified:
    1.3/test_suite/system_tests/scripts/n_state_model/lactose_n_state.py

Modified: 1.3/test_suite/system_tests/scripts/n_state_model/lactose_n_state.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/n_state_model/lactose_n_state.py?rev=11098&r1=11097&r2=11098&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/n_state_model/lactose_n_state.py 
(original)
+++ 1.3/test_suite/system_tests/scripts/n_state_model/lactose_n_state.py Wed 
Apr 21 17:52:06 2010
@@ -48,10 +48,12 @@
     # The RDC.
     rdc.read(align_id=align_list[i], file='rdc.txt', dir=data_path, 
mol_name_col=None, res_num_col=None, res_name_col=None, spin_num_col=None, 
spin_name_col=1, data_col=i+3, error_col=None)
     rdc.read(align_id=align_list[i], file='rdc_err.txt', dir=data_path, 
mol_name_col=None, res_num_col=None, res_name_col=None, spin_num_col=None, 
spin_name_col=1, data_col=None, error_col=i+3)
+    rdc.display(align_id=align_list[i])
 
     # The PCS.
     pcs.read(align_id=align_list[i], file='pcs.txt', dir=data_path, 
mol_name_col=None, res_num_col=None, res_name_col=None, spin_num_col=None, 
spin_name_col=1, data_col=i+2, error_col=None)
     pcs.read(align_id=align_list[i], file='pcs_err.txt', dir=data_path, 
mol_name_col=None, res_num_col=None, res_name_col=None, spin_num_col=None, 
spin_name_col=1, data_col=None, error_col=i+2)
+    pcs.display(align_id=align_list[i])
 
     # The temperature.
     temperature(id=align_list[i], temp=298)




Related Messages


Powered by MHonArc, Updated Wed Apr 21 19:20:02 2010