mailr19140 - /trunk/test_suite/unit_tests/_specific_analyses/_model_free/test_main.py


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

Header


Content

Posted by edward on March 24, 2013 - 19:17:
Author: bugman
Date: Sun Mar 24 19:17:55 2013
New Revision: 19140

URL: http://svn.gna.org/viewcvs/relax?rev=19140&view=rev
Log:
Removed the no longer used parser argument for reading PDB files from some 
unit tests.


Modified:
    trunk/test_suite/unit_tests/_specific_analyses/_model_free/test_main.py

Modified: 
trunk/test_suite/unit_tests/_specific_analyses/_model_free/test_main.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_specific_analyses/_model_free/test_main.py?rev=19140&r1=19139&r2=19140&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_specific_analyses/_model_free/test_main.py 
(original)
+++ trunk/test_suite/unit_tests/_specific_analyses/_model_free/test_main.py 
Sun Mar 24 19:17:55 2013
@@ -70,7 +70,7 @@
         results.read(file='final_results_trunc_1.3_v2', 
dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'model_free'+sep+'OMP')
 
         # Load a structure.
-        structure.main.read_pdb(file='Ap4Aase_res1-12.pdb', 
dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'structures', read_model=1, 
parser='internal')
+        structure.main.read_pdb(file='Ap4Aase_res1-12.pdb', 
dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'structures', read_model=1)
 
         # Duplicate the data.
         self.inst.duplicate_data('orig', 'new', model_info=0)
@@ -89,7 +89,7 @@
         results.read(file='final_results_trunc_1.3_v2', 
dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'model_free'+sep+'OMP')
 
         # Load a structure.
-        structure.main.read_pdb(file='Ap4Aase_res1-12.pdb', 
dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'structures', read_model=1, 
parser='internal')
+        structure.main.read_pdb(file='Ap4Aase_res1-12.pdb', 
dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'structures', read_model=1)
 
         # Duplicate the data, model by model.
         self.inst.duplicate_data('orig', 'new', model_info=0)
@@ -105,13 +105,13 @@
         results.read(file='final_results_trunc_1.3_v1', 
dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'model_free'+sep+'OMP')
 
         # Load a structure.
-        structure.main.read_pdb(file='Ap4Aase_res1-12.pdb', 
dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'structures', read_model=1, 
parser='internal')
+        structure.main.read_pdb(file='Ap4Aase_res1-12.pdb', 
dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'structures', read_model=1)
 
         # Create a new model-free data pipe.
         ds.add(pipe_name='new', pipe_type='mf')
 
         # Load the structure for the second pipe.
-        structure.main.read_pdb(file='Ap4Aase_res1-12.pdb', 
dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'structures', read_model=1, 
parser='internal')
+        structure.main.read_pdb(file='Ap4Aase_res1-12.pdb', 
dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'structures', read_model=1)
 
         # Modify the structure.
         dp = pipes.get_pipe('new')




Related Messages


Powered by MHonArc, Updated Sun Mar 24 19:40:02 2013