mailr8745 - /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 February 05, 2009 - 15:00:
Author: bugman
Date: Thu Feb  5 15:00:36 2009
New Revision: 8745

URL: http://svn.gna.org/viewcvs/relax?rev=8745&view=rev
Log:
Fix for the test_read_pdb_scientific1() system test.

The current data pipe was not aliased.


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=8745&r1=8744&r2=8745&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/structure.py (original)
+++ 1.3/test_suite/system_tests/structure.py Thu Feb  5 15:00:36 2009
@@ -405,6 +405,9 @@
         # Read the PDB.
         
self.relax.interpreter._Structure.read_pdb(file='1F35_N_H_molmol.pdb', 
dir=path, parser='scientific')
 
+        # Alias the current data pipe.
+        cdp = pipes.get_pipe()
+
         # Load a single atom and test it.
         
self.relax.interpreter._Structure.load_spins('#1F35_N_H_molmol_mol1:3@N')
         self.assertEqual(count_spins(), 1)




Related Messages


Powered by MHonArc, Updated Thu Feb 05 15:20:04 2009