svn+ssh://bugman@.../svn/relax/trunk
........
r25152 | bugman | 2014-08-21 10:37:38 +0200 (Thu, 21 Aug 2014) | 3 lines
Created the MODEL_LIST_FIT_R1 variable to keep track of dispersion models with R1 fitting support.
........
r25153 | bugman | 2014-08-21 10:40:26 +0200 (Thu, 21 Aug 2014) | 6 lines
The is_r1_optimised() function now checks MODEL_LIST_FIT_R1.
If the model is not in MODEL_LIST_FIT_R1, i.e. R1 optimisation is not supported, then the function
will return False.
........
r25154 | bugman | 2014-08-21 10:42:58 +0200 (Thu, 21 Aug 2014) | 5 lines
Bug fix for the updating of the Model_class.params list with 'r1'.
The is_r1_optimised() function needs to be called!
........
r25155 | bugman | 2014-08-21 10:59:02 +0200 (Thu, 21 Aug 2014) | 3 lines
Removed some unused imports to allow the test_variables unit tests to pass.
........
r25156 | bugman | 2014-08-21 11:05:12 +0200 (Thu, 21 Aug 2014) | 5 lines
Removed all of the MODEL_*_FIT_R1 from the remaining unit tests.
These are for the tests of the specific_analyses.relax_disp.model module.
........
r25157 | bugman | 2014-08-21 11:08:52 +0200 (Thu, 21 Aug 2014) | 5 lines
Fix for the test_nesting_param_5 unit test.
The 'r1' parameter is now dynamic and hence will not be present in the initial list.
........
r25158 | bugman | 2014-08-21 11:21:12 +0200 (Thu, 21 Aug 2014) | 5 lines
One final fix for the Model_class.params list with 'r1'.
The is_r1_optimised() function is now called with the model name argument, as required.
........