mailr27677 - /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 February 19, 2015 - 15:38:
Author: bugman
Date: Thu Feb 19 15:38:54 2015
New Revision: 27677

URL: http://svn.gna.org/viewcvs/relax?rev=27677&view=rev
Log:
Modified the Structure.test_multi_model_and_multi_molecule test to check for 
model consistency.

This is just for better test suite coverage of the handling of PDB structural 
data.


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=27677&r1=27676&r2=27677&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py  (original)
+++ trunk/test_suite/system_tests/structure.py  Thu Feb 19 15:38:54 2015
@@ -3939,6 +3939,9 @@
         # Load the file.
         self.interpreter.structure.read_pdb('multi_model_and_mol_test.pdb', 
dir=path)
 
+        # Check the model consistency.
+        cdp.structure.validate_models()
+
         # Create a PDB file.
         file = DummyFileObject()
         self.interpreter.structure.write_pdb(file=file, force=True)




Related Messages


Powered by MHonArc, Updated Fri Feb 20 09:40:03 2015