svn+ssh://tlinnet@.../svn/relax/trunk
........
r23881 | bugman | 2014-06-12 14:47:31 +0200 (Thu, 12 Jun 2014) | 8 lines
Better handling of the control-C keyboard interrupt signal in the relax test suite.
This includes two changes. The Python 2.7 and higher unittest.installHandler() function is now
called, when present, to terminate all tests using the unittest module control-C handler. The
second change is that the keyboard interrupt signal is caught in a try-except statement, a message
printed out, and the tests terminated. This should be an improvement for all systems.
........
r23945 | bugman | 2014-06-13 17:54:50 +0200 (Fri, 13 Jun 2014) | 17 lines
Reverted r23693 as SciPy is actually still used in the frame order analyses.
The command used was:
$ svn merge -r23693:r23692 .
.....
r23693 | bugman | 2014-06-06 14:24:44 +0200 (Fri, 06 Jun 2014) | 6 lines
Changed paths:
M /trunk/docs/latex/install.tex
Removed all SciPy references in the installation chapter of the manual.
This is because SciPy is no longer used in the frame order analysis, hence it is not used for any
part of relax.
.....
........
r24008 | tlinnet | 2014-06-17 09:18:19 +0200 (Tue, 17 Jun 2014) | 1 line
Adding last profiling information for model CR72.
........
r24009 | tlinnet | 2014-06-17 09:18:24 +0200 (Tue, 17 Jun 2014) | 8 lines
Added systemtest for model LM63 3 site.
According to results folder in:
test_suite/shared_data/dispersion/Hansen/relax_results/LM63 3-site
This should pass.
But i doesnt?
........