svn+ssh://bugman@.../svn/relax/1.3
........
r4293 | bugman | 2008-01-04 10:15:11 +0100 (Fri, 04 Jan 2008) | 5 lines
Changed the name of all the diffusion tensor parameter setting unit tests.
This is to prepare for unit tests checking the default values.
........
r4294 | bugman | 2008-01-04 10:31:01 +0100 (Fri, 04 Jan 2008) | 3 lines
Wrote the unit tests for the settubg if default diffusion tensor parameter values.
........
r4295 | bugman | 2008-01-04 10:35:22 +0100 (Fri, 04 Jan 2008) | 6 lines
Bug fix for the generic_fns.diffusion_tensor.set() function.
When setting a default value, the non-existant array 'object_names' was being accessed. The array
is actually 'params'!
........
r4297 | bugman | 2008-01-04 10:41:38 +0100 (Fri, 04 Jan 2008) | 6 lines
Bug fixes for the unit tests of the setting of default values of the diff params.
The correct default values are now being checked, and some tests were made less stringent (using
assertAlmostEqual).
........
r4298 | bugman | 2008-01-04 10:57:32 +0100 (Fri, 04 Jan 2008) | 6 lines
Bug fix for the generic_fns.diffusion_tensor.default_values() function.
For each parameter which defaults to zero, None was being returned instead!!! This bug was caught
by the unit tests of the setting of default diffusion tensor parameter values.
........
r4300 | bugman | 2008-01-04 11:00:19 +0100 (Fri, 04 Jan 2008) | 3 lines
Slackened the testing of floats in a diff parameter setting unit test.
........