mailr11160 - /1.3/test_suite/system_tests/scripts/n_state_model/populations.py


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

Header


Content

Posted by edward on April 27, 2010 - 18:57:
Author: bugman
Date: Tue Apr 27 18:57:55 2010
New Revision: 11160

URL: http://svn.gna.org/viewcvs/relax?rev=11160&view=rev
Log:
Removed the calls to rdc.display() and pcs.display().

These were rightfully failing for the empty data lists, so should not be 
tested.


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

Modified: 1.3/test_suite/system_tests/scripts/n_state_model/populations.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/n_state_model/populations.py?rev=11160&r1=11159&r2=11160&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/n_state_model/populations.py 
(original)
+++ 1.3/test_suite/system_tests/scripts/n_state_model/populations.py Tue Apr 
27 18:57:55 2010
@@ -41,11 +41,9 @@
 for i in xrange(len(align_list)):
     # The RDC.
     rdc.read(align_id=align_list[i], file='missing_rdc_%i' % i, 
dir=data_path, mol_name_col=1, res_num_col=2, res_name_col=3, 
spin_num_col=None, spin_name_col=5, data_col=6, error_col=None)
-    rdc.display(align_id=align_list[i])
 
     # The PCS.
     pcs.read(align_id=align_list[i], file='missing_pcs_%i' % i, 
dir=data_path, mol_name_col=1, res_num_col=2, res_name_col=3, 
spin_num_col=None, spin_name_col=5, data_col=6, error_col=None)
-    pcs.display(align_id=align_list[i])
 
     # The temperature.
     temperature(id=align_list[i], temp=298)




Related Messages


Powered by MHonArc, Updated Tue Apr 27 20:20:06 2010