svn+ssh://bugman@.../svn/relax/trunk
........
r23362 | bugman | 2014-05-22 19:55:47 +0200 (Thu, 22 May 2014) | 9 lines
Created the test_ns_cpmg_2site_expanded_no_rex8() relaxation dispersion unit test.
This is a demonstration commit, showing the 'NS CPMG 2-site expanded' model with no exchange when
kex = 1e5. I.e. when the motion is too fast for exchange to be observed. This test should be used
for all dispersion models to make sure that they model this edge case correctly as well.
This follows from http://article.gmane.org/gmane.science.nmr.relax.devel/5906.
........
r23365 | bugman | 2014-05-23 09:03:27 +0200 (Fri, 23 May 2014) | 7 lines
Attempt at fixing bug #22071, the relax unit test and system test not functioning.
This is reported at https://gna.org/bugs/?22071.
The fix here is that the git commands to show the current subversion revision number only works when
run from the relax base directory, or one of the subdirectories. This should now be fixed, as the
pipe running the command will first 'cd' to the relax base directory.
........
r23366 | bugman | 2014-05-23 09:18:34 +0200 (Fri, 23 May 2014) | 6 lines
Another attempt at fixing bug #22071, the relax unit test and system test not functioning.
This is reported at https://gna.org/bugs/?22071.
This time the complicated shell command "cd %s; git svn find-rev $(git rev-parse HEAD)" has been
replaced with "cd %s; git svn info".
........