mailr8208 - /1.3/test_suite/system_tests/structure.py


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

Header


Content

Posted by edward on December 12, 2008 - 11:05:
Author: bugman
Date: Fri Dec 12 11:05:28 2008
New Revision: 8208

URL: http://svn.gna.org/viewcvs/relax?rev=8208&view=rev
Log:
Fixes for the lactose PDB file reading system tests.  The path to the files 
has changed!


Modified:
    1.3/test_suite/system_tests/structure.py

Modified: 1.3/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/structure.py?rev=8208&r1=8207&r2=8208&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/structure.py (original)
+++ 1.3/test_suite/system_tests/structure.py Fri Dec 12 11:05:28 2008
@@ -198,7 +198,7 @@
         """Load the 'lactose_MCMM4_S1_1.pdb' PDB file (using the internal 
structural object PDB reader)."""
 
         # Path of the files.
-        path = sys.path[-1] + '/test_suite/shared_data/structures'
+        path = sys.path[-1] + '/test_suite/shared_data/structures/lactose'
 
         # Read the PDB.
         
self.relax.interpreter._Structure.read_pdb(file='lactose_MCMM4_S1_1.pdb', 
dir=path, parser='internal')
@@ -278,7 +278,7 @@
         """Load the 'lactose_MCMM4_S1_1.pdb' PDB file (using the Scientific 
python structural object PDB reader)."""
 
         # Path of the files.
-        path = sys.path[-1] + '/test_suite/shared_data/structures'
+        path = sys.path[-1] + '/test_suite/shared_data/structures/lactose'
 
         # Read the PDB.
         
self.relax.interpreter._Structure.read_pdb(file='lactose_MCMM4_S1_1.pdb', 
dir=path, parser='scientific')




Related Messages


Powered by MHonArc, Updated Fri Dec 12 11:40:02 2008