Menu

SVN archive Commit Log


Commit Date  
[r19308] by bugman

Modified the bug_20674_ct_analysis_failure.py system test script to use self._execute_uf().

This allows the test to operate as a GUI test, which was failing.

2013-04-02 13:23:42 Tree
[r19307] by bugman

Missing imports of the lib.float.isInf() function.

2013-04-02 11:00:36 Tree
[r19306] by bugman

Import rearrangements.

2013-04-02 10:59:57 Tree
[r19305] by bugman

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

........
r19304 | bugman | 2013-04-02 12:38:54 +0200 (Tue, 02 Apr 2013) | 6 lines

Ported the changes of r19302 to the consistency testing and J(w) mapping analyses.

This is the code for checking for infinite relaxation rates imported from Bruker Dynamics Centre
files.
........

2013-04-02 10:39:37 Tree
[r19304] by bugman

Ported the changes of r19302 to the consistency testing and J(w) mapping analyses.

This is the code for checking for infinite relaxation rates imported from Bruker Dynamics Centre
files.

2013-04-02 10:38:54 Tree
[r19303] by bugman

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

........
r19302 | bugman | 2013-04-02 12:34:05 +0200 (Tue, 02 Apr 2013) | 8 lines

Fix for bug #20683 (https://gna.org/bugs/?20683) - the infinite and NaN data in Bruker DC files.

This was reported by Mengjun Xue <mengjun dott xue att mailbox dott tu-berlin dot de>.

The model-free specific overfit_deselect() method now checks for infinite relaxation data and
deselects the spin if such data is encountered.
........

2013-04-02 10:34:40 Tree
[r19302] by bugman

Fix for bug #20683 (https://gna.org/bugs/?20683) - the infinite and NaN data in Bruker DC files.

This was reported by Mengjun Xue <mengjun dott xue att mailbox dott tu-berlin dot de>.

The model-free specific overfit_deselect() method now checks for infinite relaxation data and
deselects the spin if such data is encountered.

2013-04-02 10:34:05 Tree
[r19301] by bugman

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

........
r19299 | bugman | 2013-04-02 12:26:19 +0200 (Tue, 02 Apr 2013) | 8 lines

Created the Mf.test_bug_20683_bdc_inf_values system test.

This is for catching bug #20683 (https://gna.org/bugs/?20683) reported by Mengjun Xue <mengjun dott
xue att mailbox dott tu-berlin dot de>.

The problem is due to infinite and NaN values in the Bruker Dynamics Centre file.
........

2013-04-02 10:26:46 Tree
[r19300] by bugman

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

........
r19297 | bugman | 2013-04-02 11:44:35 +0200 (Tue, 02 Apr 2013) | 78 lines

Manually merged r19291, r19292, r19293, r19294, r19295, r19296 from the 2.2 line to trunk.

The command used was:
svn merge -r19290:19296 svn+ssh://bugman@.../svn/relax/branches/2.2 .

.....
------------------------------------------------------------------------
r19296 | bugman | 2013-04-02 11:41:09 +0200 (Tue, 02 Apr 2013) | 5 lines
Changed paths:
M /branches/2.2/test_suite/system_tests/scripts/bug_20674_jw_mapping.py

Fix for the Jw.test_bug_20674_jw_mapping system test.

The parameter f_eta is for consistency testing and not J(w) mapping.


------------------------------------------------------------------------
r19295 | bugman | 2013-04-02 11:39:55 +0200 (Tue, 02 Apr 2013) | 5 lines
Changed paths:
M /branches/2.2/test_suite/system_tests/scripts/bug_20674_jw_mapping.py

Converted the bug_20674_jw_mapping.py system test script to use the self._execute_uf() interface.

This allows the script to be used in the GUI.


------------------------------------------------------------------------
r19294 | bugman | 2013-04-02 11:33:22 +0200 (Tue, 02 Apr 2013) | 5 lines
Changed paths:
M /branches/2.2/test_suite/system_tests/scripts/consistency_tests.py
M /branches/2.2/test_suite/system_tests/scripts/curve_fitting/bug_19887_curvefit_fail.py
M /branches/2.2/test_suite/system_tests/scripts/jw_mapping.py
M /branches/2.2/test_suite/system_tests/scripts/model_free/bug_14941_local_tm_global_selection.py

System test speed ups - decreased the number of Monte Carlo simulations in many tests.

Running 500 simulation optimisations in a system test is a total waste of time!


------------------------------------------------------------------------
r19293 | bugman | 2013-04-02 11:27:32 +0200 (Tue, 02 Apr 2013) | 5 lines
Changed paths:
M /branches/2.2/specific_analyses/jw_mapping.py

Fix for the J(w) mapping analysis matching that of r19284 for the consistency testing.

The overfit_deselect() method is now identical to that of the consistency testing analysis.


------------------------------------------------------------------------
------------------------------------------------------------------------
r19292 | bugman | 2013-04-02 11:23:09 +0200 (Tue, 02 Apr 2013) | 8 lines
Changed paths:
M /branches/2.2/test_suite/system_tests/jw_mapping.py
A /branches/2.2/test_suite/system_tests/scripts/bug_20674_jw_mapping.py (from /branches/2.2/test_suite/system_tests/scripts/bug_20674_ct_analysis_failure.py:19284)

Created the Jw.bug_20674_jw_mapping system test.

This is a modification of the Ct.test_bug_20674_ct_analysis_failure system test for catching bug
#20674 (https://gna.org/bugs/?20674). The test script was duplicated and the small modifications
made to convert it into the J(w) mapping analysis. This now reveals the same bug but for the J(w)
mapping analysis.


------------------------------------------------------------------------
r19291 | bugman | 2013-04-02 11:11:11 +0200 (Tue, 02 Apr 2013) | 5 lines
Changed paths:
M /branches/2.2/specific_analyses/model_free/main.py

Fix for the model-free analysis specific overfit_deselect() method.

The tests for the presence of dipolar relaxation was not correct and was non-functional.


------------------------------------------------------------------------
.....
........

2013-04-02 10:26:26 Tree
[r19299] by bugman

Created the Mf.test_bug_20683_bdc_inf_values system test.

This is for catching bug #20683 (https://gna.org/bugs/?20683) reported by Mengjun Xue <mengjun dott
xue att mailbox dott tu-berlin dot de>.

The problem is due to infinite and NaN values in the Bruker Dynamics Centre file.

2013-04-02 10:26:19 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.