mailr25209 - /trunk/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 August 22, 2014 - 12:34:
Author: bugman
Date: Fri Aug 22 12:34:41 2014
New Revision: 25209

URL: http://svn.gna.org/viewcvs/relax?rev=25209&view=rev
Log:
Deleted the duplicated Structure.test_create_diff_tensor_pdb system test.


Modified:
    trunk/test_suite/system_tests/structure.py

Modified: trunk/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/structure.py?rev=25209&r1=25208&r2=25209&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py  (original)
+++ trunk/test_suite/system_tests/structure.py  Fri Aug 22 12:34:41 2014
@@ -245,19 +245,6 @@
 
     def test_create_diff_tensor_pdb(self):
         """Test the deletion of non-existent structural data."""
-
-        # Delete all structural data.
-        self.interpreter.structure.delete()
-
-        # Set up a diffusion tensor.
-        self.interpreter.diffusion_tensor.init((8.5e-9, 1.1, 20.0, 20.0), 
param_types=2)
-
-        # Create the PDB representation.
-        self.interpreter.structure.create_diff_tensor_pdb(scale=1.8e-06, 
file='prolate.pdb', dir=ds.tmpdir, force=True)
-
-
-    def test_create_diff_tensor_pdb(self):
-        """Test the creation of the diffusion tensor PDB representation."""
 
         # Delete all structural data.
         self.interpreter.structure.delete()




Related Messages


Powered by MHonArc, Updated Fri Aug 22 14:20:02 2014