svn+ssh://bugman@.../svn/relax/1.3
........
r13742 | bugman | 2011-07-19 17:02:29 +0200 (Tue, 19 Jul 2011) | 6 lines
Changed the order of some of the replicated spectra in the test_curve_fitting_height system test.
This triggers a bug in the spectra.error_analysis user function which looks like the replicated
spectra list is order dependent (when it shouldn't be).
........
r13743 | bugman | 2011-07-19 17:18:49 +0200 (Tue, 19 Jul 2011) | 7 lines
Bug fix for the spectrum user functions for when the ID order does not match those loaded.
If the order of IDs sent to spectrum.replicated did not match the order they were loaded by
spectrum.read_intensities, then the spectrum.error_analysis user function would fail. The order is
no longer important.
........