svn+ssh://bugman@.../svn/relax/trunk
........
r22283 | tlinnet | 2014-02-24 14:20:41 +0100 (Mon, 24 Feb 2014) | 7 lines
Added unit test for looping over: exp, frq, offset, point, time.
Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
This unit test will fail, since the last loop over the time points has a weak assumption just to loop over all time points,
instead of checking for existence of such time point.
This unit test follows recommendation in thread: http://thread.gmane.org/gmane.science.nmr.relax.devel/5070.
........
r22284 | tlinnet | 2014-02-24 14:20:43 +0100 (Mon, 24 Feb 2014) | 3 lines
Expanded the loop_time function to optional take the spectrometer frequency as input for restricting looping.
Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
........
r22285 | tlinnet | 2014-02-24 14:20:45 +0100 (Mon, 24 Feb 2014) | 3 lines
Replaced print commands to be compatible with Python 3.x
Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis with two fields at two delay times.
........