mailr11094 - /1.3/test_suite/system_tests/scripts/n_state_model/dna_pcs_fit.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 - 14:22:
Author: bugman
Date: Wed Apr 21 14:22:15 2010
New Revision: 11094

URL: http://svn.gna.org/viewcvs/relax?rev=11094&view=rev
Log:
Added a call to pcs.display() in the DNA PCS system test.

This is to test out the operation of this user function.


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

Modified: 1.3/test_suite/system_tests/scripts/n_state_model/dna_pcs_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/n_state_model/dna_pcs_fit.py?rev=11094&r1=11093&r2=11094&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/n_state_model/dna_pcs_fit.py 
(original)
+++ 1.3/test_suite/system_tests/scripts/n_state_model/dna_pcs_fit.py Wed Apr 
21 14:22:15 2010
@@ -23,7 +23,7 @@
 
 # The PCS.
 pcs.read(align_id='Dy', file='LE_dna', dir=data_path, res_num_col=2, 
res_name_col=3, spin_name_col=5, data_col=6, error_col=None)
-#pcs.display(align_id='Dy')
+pcs.display(align_id='Dy')
 
 # The temperature.
 temperature(id='Dy', temp=298)




Related Messages


Powered by MHonArc, Updated Wed Apr 21 15:40:02 2010