The command used was:
svn merge -r8723:8724 svn+ssh://bugman@.../svn/relax/branches/relax_disp@r18123 .
.....
r8724 | semor | 2009-02-04 00:27:26 +0100 (Wed, 04 Feb 2009) | 9 lines
Changed paths:
M /branches/relax_disp/test_suite/system_tests/relax_disp.py
A small fix to the system test.
However, is this fix the solution or is there something wrong with the reading of data (such as
'R2eff') by relax_data.read() ?
Shouldn't the data, for example 'R2eff', be available in 'cdp.mol[0].res[0].spin[0].R2eff_val[0]'
or 'cdp.mol[0].res[0].spin[0].R2eff[0]' for the 1st spin of the 1st residue in the 1st molecule ?
.....