mailr13927 - /1.3/test_suite/system_tests/model_free.py


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

Header


Content

Posted by edward on July 27, 2011 - 16:05:
Author: bugman
Date: Wed Jul 27 16:05:49 2011
New Revision: 13927

URL: http://svn.gna.org/viewcvs/relax?rev=13927&view=rev
Log:
Invisible fix for the test_opendx_theta_phi_da() system test.

The spins are extracted from the structure, so they don't need to be read 
from the relaxation data
file as well.  This is causing problems in the xyz branch, but is not an 
issue in the main line.


Modified:
    1.3/test_suite/system_tests/model_free.py

Modified: 1.3/test_suite/system_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/model_free.py?rev=13927&r1=13926&r2=13927&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/model_free.py (original)
+++ 1.3/test_suite/system_tests/model_free.py Wed Jul 27 16:05:49 2011
@@ -530,9 +530,6 @@
 
         # Path of the files.
         path = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'model_free'+sep+'S2_0.970_te_2048_Rex_0.149'
-
-        # Read the sequence.
-        self.interpreter.sequence.read(file='noe.500.out', dir=path, 
res_num_col=1, res_name_col=2)
 
         # Read the PDF file and set the vectors.
         self.interpreter.structure.read_pdb(file='pdb', dir=path, 
read_model=1)




Related Messages


Powered by MHonArc, Updated Wed Jul 27 16:20:02 2011