Menu

SVN archive Commit Log


Commit Date  
[r26127] by bugman

Modified the lib.arg_check.is_str_or_inst() function to work with Python 3.

Instead of checking for cStringIO.OutputType, which does not exist in Python 3, the argument is
simply checked to see if it has a write() method.

2014-10-01 17:56:54 Tree
[r26126] by bugman

Removal of another temporary debugging printout.

2014-10-01 17:55:36 Tree
[r26125] by bugman

Removed a debugging printout fatal for Python3.

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
self.assertAlmostEqual() to allow for small machine precision differences.

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
incorrectly performed.

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
atom numbers used within the PDB file.

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
be decremented by 1.

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
structure.delete user function to delete individual atoms.

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
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.