Menu

SVN archive Commit Log


Commit Date  
[r19696] by bugman

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

........
r19695 | bugman | 2013-05-17 10:47:20 +0200 (Fri, 17 May 2013) | 12 lines

Fix for the package checking as part of the unit tests.

This was identified from the bug report #20820 (https://gna.org/bugs/?20820) submitted by Troels E.
Linnet (https://gna.org/users/tlinnet).

The problem was that on some systems, the full path is required for checking the presence of the
directories which are the sub-packages of the main package being checked. The result was that
checking for the package in the __all__ list was skipped.

Note that this change does not fix the bug reported.
........

2013-05-17 08:47:59 Tree
[r19695] by bugman

Fix for the package checking as part of the unit tests.

This was identified from the bug report #20820 (https://gna.org/bugs/?20820) submitted by Troels E.
Linnet (https://gna.org/users/tlinnet).

The problem was that on some systems, the full path is required for checking the presence of the
directories which are the sub-packages of the main package being checked. The result was that
checking for the package in the __all__ list was skipped.

Note that this change does not fix the bug reported.

2013-05-17 08:47:20 Tree
[r19694] by bugman

A number of fixes to partly enable Monte Carlo simulations for the non 'R2eff' dispersion models.

2013-05-16 17:26:25 Tree
[r19693] by bugman

Major redesign of the relaxation dispersion data model in the relax data store.

The data model now revolves around the three concepts of the spectrometer frequency, the dispersion
points, and the relaxation times. Peak intensity data is now handled through averaging using the
new specific_analyses.relax_disp.disp_data.average_intensity() function. R2eff/R1rho values are now
referenced by a key generated from the spectrometer frequency and nu_CPMG frequency or nu1 spin-lock
field strength. All of the specific_analyses.relax_disp package has been standardised around these
concepts. This simplifies all of the modules of the package and removes a large number of latent
bugs.

2013-05-16 16:35:52 Tree
[r19692] by bugman

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

........
r19691 | bugman | 2013-05-15 18:19:46 +0200 (Wed, 15 May 2013) | 3 lines

Epydoc docstring fixes for the compat module.
........

2013-05-15 16:23:11 Tree
[r19691] by bugman

Epydoc docstring fixes for the compat module.

2013-05-15 16:19:46 Tree
[r19690] by bugman

Basic fix for the _back_calc_r2eff() relaxation dispersion method.

A variable was misnamed.

2013-05-15 15:57:18 Tree
[r19689] by bugman

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

........
r19688 | bugman | 2013-05-15 17:38:19 +0200 (Wed, 15 May 2013) | 8 lines

Converted all of the specific analysis modules into packages.

The model-free and steady-state NOE analyses were already packages, and this now brings all other
analyses in line with the package design of specific_analyses. The only change is that the files
specific_analyses/x.py have been shifted to specific_analyses/x/__init__.py and the __all__ package
variable added.
........

2013-05-15 15:53:11 Tree
[r19688] by bugman

Converted all of the specific analysis modules into packages.

The model-free and steady-state NOE analyses were already packages, and this now brings all other
analyses in line with the package design of specific_analyses. The only change is that the files
specific_analyses/x.py have been shifted to specific_analyses/x/__init__.py and the __all__ package
variable added.

2013-05-15 15:38:19 Tree
[r19687] by bugman

Fix for the linear constraints setup of the 'R2eff' relaxation dispersion model.

There are no constraints, so the specific_analyses.relax_disp.parameters.linear_constraints()
function now returns A and b values of None.

2013-05-15 15:20:49 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.