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)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to