svn+ssh://bugman@.../svn/relax/1.3
........
r4264 | bugman | 2008-01-02 17:38:50 +0100 (Wed, 02 Jan 2008) | 5 lines
Removed the RelaxError from generic_fns.diffusion_tensor.return_data_name() if there is no match.
This relatively new RelaxError was causing failures all across relax.
........
r4265 | bugman | 2008-01-02 17:41:23 +0100 (Wed, 02 Jan 2008) | 5 lines
Bug fix for the unit test of the generic_fns.diffusion_tensor.return_data_names() function.
No RelaxError is now raised.
........
r4266 | bugman | 2008-01-03 11:57:32 +0100 (Thu, 03 Jan 2008) | 3 lines
Wrote 20 unit tests for the setting of RSDM parameters.
........
r4267 | bugman | 2008-01-03 13:59:44 +0100 (Thu, 03 Jan 2008) | 6 lines
Fixed some docstring indentation.
8 spaces of indentation were used in a few functions to make these line up with the user function
docstrings when appended to them.
........
r4268 | bugman | 2008-01-03 15:16:00 +0100 (Thu, 03 Jan 2008) | 6 lines
Wrote 57 unit tests for the setting of diffusion tensor parameters.
This should cover all valid parameters and parameter combinations. A number of invalid combinations
are also tested. All tests are run twice by the prompt and generic_fns diffusion tensor code.
........
r4269 | bugman | 2008-01-03 15:20:29 +0100 (Thu, 03 Jan 2008) | 6 lines
Bug fix for the generic_fns.diffusion_tensor.set() function.
The setting of alpha, beta, and gamma is now forbidden for the spheroidal diffusion tensor. The
setting of theta and phi are also now forbidden for the ellipsoidal diffusion tensor.
........
r4270 | bugman | 2008-01-03 15:21:13 +0100 (Thu, 03 Jan 2008) | 3 lines
Fixed the RelaxError message for the ellipsoidal diff tensor when setting theta or phi.
........