Menu

Commit [r26076]  Maximize  Restore  History

Merged revisions 26058-26062 via svnmerge from

svn+ssh://bugman@.../svn/relax/trunk

........
r26058 | bugman | 2014-09-26 14:38:48 +0200 (Fri, 26 Sep 2014) | 6 lines

Fixes for the lib.checks.Check object.

The __call__() method keyword arguments **kargs needs to be processed inside the method to strip out
the escalate argument.
........
r26059 | bugman | 2014-09-26 14:45:05 +0200 (Fri, 26 Sep 2014) | 5 lines

The default value of the escalate argument of the Check.__call__() method is now 2.

This will cause the calls to the check_*() function/objects to default to raising RelaxErrors.
........
r26060 | bugman | 2014-09-26 15:06:55 +0200 (Fri, 26 Sep 2014) | 16 lines

Reverted r26053, as this is no longer the case.

The command used was:
svn merge -r26053:r26052 .

.....
r26053 | bugman | 2014-09-26 11:44:00 +0200 (Fri, 26 Sep 2014) | 5 lines
Changed paths:
M /trunk/test_suite/system_tests/bmrb.py

Updated the Bmrb.test_bug_22703_display_empty system/GUI test.

The RelaxError type is now different.
.....
........
r26061 | bugman | 2014-09-26 15:17:39 +0200 (Fri, 26 Sep 2014) | 6 lines

Changed the behaviour of the lib.checks.Check object again.

This time the registered function is stored rather than converted into a class instance method.
That way the check_*() function-like objects do not need to accept the unused 'self' argument.
........
r26062 | bugman | 2014-09-26 15:29:07 +0200 (Fri, 26 Sep 2014) | 5 lines

The data pipe testing function has been converted to the strategy design pattern of the Check object.

The function pipe_control.pipes.test() has also been renamed to check_pipe().
........

bugman 2014-09-26

<< < 1 2 3 > >> (Page 2 of 3)
changed /branches/frame_order_cleanup/pipe_control/relax_data.py
changed /branches/frame_order_cleanup/pipe_control/results.py
changed /branches/frame_order_cleanup/pipe_control/selection.py
changed /branches/frame_order_cleanup/pipe_control/sequence.py
changed /branches/frame_order_cleanup/pipe_control/spectrometer.py
changed /branches/frame_order_cleanup/pipe_control/spectrum.py
changed /branches/frame_order_cleanup/pipe_control/structure/geometric.py
changed /branches/frame_order_cleanup/pipe_control/structure/main.py
changed /branches/frame_order_cleanup/pipe_control/value.py
changed /branches/frame_order_cleanup/specific_analyses/api.py
changed /branches/frame_order_cleanup/specific_analyses/consistency_tests/uf.py
changed /branches/frame_order_cleanup/specific_analyses/frame_order/uf.py
changed /branches/frame_order_cleanup/specific_analyses/hybrid.py
changed /branches/frame_order_cleanup/specific_analyses/jw_mapping/uf.py
changed /branches/frame_order_cleanup/specific_analyses/model_free/uf.py
changed /branches/frame_order_cleanup/specific_analyses/n_state_model/parameters.py
changed /branches/frame_order_cleanup/specific_analyses/n_state_model/uf.py
changed /branches/frame_order_cleanup/specific_analyses/noe/api.py
changed /branches/frame_order_cleanup/specific_analyses/noe/uf.py
changed /branches/frame_order_cleanup/specific_analyses/relax_disp/api.py
changed /branches/frame_order_cleanup/specific_analyses/relax_disp/catia.py
changed /branches/frame_order_cleanup/specific_analyses/relax_disp/cpmgfit.py
changed /branches/frame_order_cleanup/specific_analyses/relax_disp/data.py
changed /branches/frame_order_cleanup/specific_analyses/relax_disp/nessy.py
changed /branches/frame_order_cleanup/specific_analyses/relax_disp/parameters.py
/branches/frame_order_cleanup/pipe_control/relax_data.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/results.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/selection.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/sequence.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/spectrometer.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/spectrum.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/structure/geometric.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/structure/main.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/value.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/api.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/consistency_tests/uf.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/frame_order/uf.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/hybrid.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/jw_mapping/uf.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/model_free/uf.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/n_state_model/parameters.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/n_state_model/uf.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/noe/api.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/noe/uf.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/relax_disp/api.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/relax_disp/catia.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/relax_disp/cpmgfit.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/relax_disp/data.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/relax_disp/nessy.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/specific_analyses/relax_disp/parameters.py Diff Switch to side-by-side view
Loading...
<< < 1 2 3 > >> (Page 2 of 3)
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.