Menu

SVN archive Commit Log


Commit Date  
[r26131] by bugman

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

........
r26095 | tlinnet | 2014-09-30 10:41:07 +0200 (Tue, 30 Sep 2014) | 5 lines

Implemented counting of outliers for statistics.

This is to get a better feeling why some statistics are very much different between NI.

Task #7826 (https://gna.org/task/index.php?7826): Write an python class for the repeated analysis of dispersion data.
........

2014-10-02 11:08:52 Tree
[r26130] by bugman

Added data checks and printouts to the structure.align user function.

The data checks are to prevent the user from attempting an alignment with differently named
molecules, as this will not work.

2014-10-02 07:10:31 Tree
[r26129] by tlinnet

Implemented statistics for R2eff values.

Task #7826 (https://gna.org/task/index.php?7826): Write an python class for the repeated analysis of dispersion data.

2014-10-01 18:42:22 Tree
[r26128] by tlinnet

Print out of the number of all R2eff points, if they are different between analysis.

This can become an issue if a single intensity point has slipped into noise, due to low quality of spectrum reconstruction.

Task #7826 (https://gna.org/task/index.php?7826): Write an python class for the repeated analysis of dispersion data.

2014-10-01 18:42:05 Tree
[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
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.