Commit | Date | |
---|---|---|
2014-10-01 17:55:36 | Tree | |
2014-10-01 17:50:20 | Tree | |
[r26124]
by
bugman
Modified the lib.arg_check.is_str_or_inst() to handle cStringIO objects. This allows sys.stdout to be used as a file object in the relax test suite. |
2014-10-01 17:44:45 | Tree |
[r26123]
by
bugman
Loosened some checks in the Structure.test_align system test to allow it to pass. Some self.assertEqual() checks for the atomic coordinates have been replaced by |
2014-10-01 17:44:43 | Tree |
[r26122]
by
bugman
Fix for the new structure.align user function. The translation and rotation of the structures at the end to the aligned positions was being |
2014-10-01 17:44:41 | Tree |
[r26121]
by
bugman
Bug fix for the CONECT records created by the structure.write_pdb user function. The atom numbers inside the structural object were being used for the CONECT records rather than the |
2014-10-01 17:44:39 | Tree |
[r26120]
by
bugman
Another bug fix for the structure.delete user function when deleting individual atoms. The bonded atom data structure consisting of indices requires all indices after the deleted atom to |
2014-10-01 17:44:37 | Tree |
[r26119]
by
bugman
Expanded the Structure.test_delete_atom system test. This is to show that the structure.write_pdb user function fails after a call to the |
2014-10-01 17:44:35 | Tree |
[r26118]
by
bugman
Created the Structure.test_delete_atom system test. This is used to test the deletion of a single atom using the structure.delete user function. |
2014-10-01 17:44:34 | Tree |
[r26117]
by
bugman
Bug fix for the structure.delete user function. When individual atoms are deleted, the bonded atom data structure is no correctly updated to remove |
2014-10-01 17:44:32 | Tree |