The changes to errors.py and specific_fns/model_free.py were not ported.
.....
r3288 | bugman | 2007-05-08 23:48:05 +0200 (Tue, 08 May 2007) | 6 lines
Changed paths:
M /1.2/errors.py
M /1.2/specific_fns/model_free.py
M /1.2/specific_fns/relax_data.py
Fix for bug #9101 (https://gna.org/bugs/?9101).
The relax_data.read() user function was failing when the data or error column contained the text
'None' which is the default output for deselected spin systems in the exponential curve fitting
component of relax. This is now fixed.
.....