mailr15242 - /branches/frame_order_testing/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 January 25, 2012 - 10:01:
Author: bugman
Date: Wed Jan 25 10:01:28 2012
New Revision: 15242

URL: http://svn.gna.org/viewcvs/relax?rev=15242&view=rev
Log:
Fixes for the structure reading system tests for the moved CaM PDB files.


Modified:
    branches/frame_order_testing/test_suite/system_tests/structure.py

Modified: branches/frame_order_testing/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/system_tests/structure.py?rev=15242&r1=15241&r2=15242&view=diff
==============================================================================
--- branches/frame_order_testing/test_suite/system_tests/structure.py 
(original)
+++ branches/frame_order_testing/test_suite/system_tests/structure.py Wed Jan 
25 10:01:28 2012
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2008-2011 Edward d'Auvergne                                  
 #
+# Copyright (C) 2008-2012 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -783,7 +783,7 @@
         """Test of the structure.superimpose user function, fitting to the 
first structure."""
 
         # Path of the structure file.
-        path = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'frame_order'
+        path = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'frame_order'+sep+'cam'
 
         # Load the two rotated structures.
         self.interpreter.structure.read_pdb('1J7P_1st_NH.pdb', dir=path, 
set_model_num=1, set_mol_name='CaM')
@@ -813,7 +813,7 @@
         """Test of the structure.superimpose user function, fitting to the 
mean structure."""
 
         # Path of the structure file.
-        path = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'frame_order'
+        path = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'frame_order'+sep+'cam'
 
         # Load the two rotated structures.
         self.interpreter.structure.read_pdb('1J7P_1st_NH.pdb', dir=path, 
set_model_num=1, set_mol_name='CaM')
@@ -835,7 +835,7 @@
         """Second test of the structure.superimpose user function, fitting 
to the mean structure."""
 
         # Path of the structure file.
-        path = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'frame_order'
+        path = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'frame_order'+sep+'cam'
 
         # Load the two rotated structures.
         self.interpreter.structure.read_pdb('1J7P_1st_NH.pdb', dir=path, 
set_model_num=1, set_mol_name='CaM')




Related Messages


Powered by MHonArc, Updated Wed Jan 25 10:20:02 2012