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 1 of 3)
changed /branches/frame_order_cleanup
changed /branches/frame_order_cleanup/lib/checks.py
changed /branches/frame_order_cleanup/pipe_control/align_tensor.py
changed /branches/frame_order_cleanup/pipe_control/angles.py
changed /branches/frame_order_cleanup/pipe_control/bruker.py
changed /branches/frame_order_cleanup/pipe_control/chemical_shift.py
changed /branches/frame_order_cleanup/pipe_control/dasha.py
changed /branches/frame_order_cleanup/pipe_control/diffusion_tensor.py
changed /branches/frame_order_cleanup/pipe_control/eliminate.py
changed /branches/frame_order_cleanup/pipe_control/error_analysis.py
changed /branches/frame_order_cleanup/pipe_control/exp_info.py
changed /branches/frame_order_cleanup/pipe_control/fix.py
changed /branches/frame_order_cleanup/pipe_control/grace.py
changed /branches/frame_order_cleanup/pipe_control/interatomic.py
changed /branches/frame_order_cleanup/pipe_control/j_coupling.py
changed /branches/frame_order_cleanup/pipe_control/minimise.py
changed /branches/frame_order_cleanup/pipe_control/mol_res_spin.py
changed /branches/frame_order_cleanup/pipe_control/molmol.py
changed /branches/frame_order_cleanup/pipe_control/noesy.py
changed /branches/frame_order_cleanup/pipe_control/palmer.py
changed /branches/frame_order_cleanup/pipe_control/paramag.py
changed /branches/frame_order_cleanup/pipe_control/pcs.py
changed /branches/frame_order_cleanup/pipe_control/pipes.py
changed /branches/frame_order_cleanup/pipe_control/pymol_control.py
changed /branches/frame_order_cleanup/pipe_control/rdc.py
/branches/frame_order_cleanup/lib/checks.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/align_tensor.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/angles.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/bruker.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/chemical_shift.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/dasha.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/diffusion_tensor.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/eliminate.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/error_analysis.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/exp_info.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/fix.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/grace.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/interatomic.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/j_coupling.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/minimise.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/mol_res_spin.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/molmol.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/noesy.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/palmer.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/paramag.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/pcs.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/pipes.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/pymol_control.py Diff Switch to side-by-side view
Loading...
/branches/frame_order_cleanup/pipe_control/rdc.py Diff Switch to side-by-side view
Loading...
1 2 3 > >> (Page 1 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.