Menu

SVN archive Commit Log


Commit Date  
[r26667] by bugman

Big Python 3 bug fix for the dep_check module for the detection of the NMRPipe showApod software.

The showApod program was falsely detected as always not being present when using Python 3. This is
because the output of the program was being tested using string comparisons. However the output
from programs obtained from the subprocess module is no longer strings but rather byte-arrays in
Python 3. Therefore the byte-array is not being converted to text if Python 3 is being used,
allowing the showApod software to be detected.

2014-11-20 14:58:14 Tree
[r26666] by bugman

Merged revisions 26665 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26665 | bugman | 2014-11-20 15:43:52 +0100 (Thu, 20 Nov 2014) | 5 lines

Fix for the Structure.test_bug_22860_CoM_after_deletion system test for the previous commit.

The error is no longer RelaxNoPdbError but rather RelaxError.
........

2014-11-20 14:49:03 Tree
[r26665] by bugman

Fix for the Structure.test_bug_22860_CoM_after_deletion system test for the previous commit.

The error is no longer RelaxNoPdbError but rather RelaxError.

2014-11-20 14:43:52 Tree
[r26664] by bugman

Merged revisions 26662 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26662 | bugman | 2014-11-20 15:27:47 +0100 (Thu, 20 Nov 2014) | 7 lines

Added the missing_error keyword argument to the pipe_centre_of_mass() function.

This is from the pipe_control.structure.mass module. The new keyword controls what happens with the
absence of structural data. The pipe_control.structure.checks.check_structure() function is now
being used to either throw a warning and return [0, 0, 0] or to raise a RelaxError.
........

2014-11-20 14:37:01 Tree
[r26663] by bugman

Merged revisions 26662 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26662 | bugman | 2014-11-20 15:27:47 +0100 (Thu, 20 Nov 2014) | 7 lines

Added the missing_error keyword argument to the pipe_centre_of_mass() function.

This is from the pipe_control.structure.mass module. The new keyword controls what happens with the
absence of structural data. The pipe_control.structure.checks.check_structure() function is now
being used to either throw a warning and return [0, 0, 0] or to raise a RelaxError.
........

2014-11-20 14:37:00 Tree
[r26662] by bugman

Added the missing_error keyword argument to the pipe_centre_of_mass() function.

This is from the pipe_control.structure.mass module. The new keyword controls what happens with the
absence of structural data. The pipe_control.structure.checks.check_structure() function is now
being used to either throw a warning and return [0, 0, 0] or to raise a RelaxError.

2014-11-20 14:27:47 Tree
[r26661] by bugman

Merged revisions 26656,26659 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26656 | bugman | 2014-11-20 14:40:42 +0100 (Thu, 20 Nov 2014) | 6 lines

Python 2.5 fix for the align_tensor.display user function.

The new irreducible spherical tensor coefficient printout was failing as the float.real variable was
introduced from Python 2.6 onwards.
........
r26659 | bugman | 2014-11-20 15:05:32 +0100 (Thu, 20 Nov 2014) | 7 lines

Shifted the structure checks into their own module.

This shifts the special check_structure Check object from pipe_control.structure.main into the new
checks module. It allows the check to be performed by other modules in the pipe_control.structure
package.
........

2014-11-20 14:07:12 Tree
[r26660] by bugman

Merged revisions 26656,26659 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r26656 | bugman | 2014-11-20 14:40:42 +0100 (Thu, 20 Nov 2014) | 6 lines

Python 2.5 fix for the align_tensor.display user function.

The new irreducible spherical tensor coefficient printout was failing as the float.real variable was
introduced from Python 2.6 onwards.
........
r26659 | bugman | 2014-11-20 15:05:32 +0100 (Thu, 20 Nov 2014) | 7 lines

Shifted the structure checks into their own module.

This shifts the special check_structure Check object from pipe_control.structure.main into the new
checks module. It allows the check to be performed by other modules in the pipe_control.structure
package.
........

2014-11-20 14:07:09 Tree
[r26659] by bugman

Shifted the structure checks into their own module.

This shifts the special check_structure Check object from pipe_control.structure.main into the new
checks module. It allows the check to be performed by other modules in the pipe_control.structure
package.

2014-11-20 14:05:32 Tree
[r26658] by bugman

Modified the frame_order.pdb_model user function backend to handle missing structural data.

The create_ave_pos() function of the specific_analyses.frame_order.geometric module now checks that
cdp.structure exists, and if not a warning is given and the PDB file creating is skipped.

2014-11-20 13:46:04 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.