svn+ssh://bugman@.../svn/relax/trunk
........
r22155 | bugman | 2014-02-07 17:03:36 +0100 (Fri, 07 Feb 2014) | 7 lines
Loosened the checks of some of the Relax_fit system tests.
These are the Relax_fit.test_curve_fitting_height and Relax_fit.test_curve_fitting_volume system
tests. The minor change is required to allow the tests to pass on a 32-bit system with Python
3.3.3.
........
r22156 | bugman | 2014-02-07 17:46:05 +0100 (Fri, 07 Feb 2014) | 5 lines
The python_seek.py development script now allows the modules to be specified on the command line.
This speeds up the script and allows individual modules to be checked and the version displayed.
........
r22157 | bugman | 2014-02-07 17:48:28 +0100 (Fri, 07 Feb 2014) | 6 lines
Added a copyright notice to the python_seek.py script.
The descriptive text has also been converted into a docstring. The copyright is simply to show who
wrote the script and how old it is.
........
r22158 | bugman | 2014-02-07 17:54:29 +0100 (Fri, 07 Feb 2014) | 3 lines
The python_seek.py script can now check for the ancient Numeric module.
........
r22159 | bugman | 2014-02-07 17:55:41 +0100 (Fri, 07 Feb 2014) | 3 lines
The python_seek.py script can now check for the ancient Scientific module.
........
r22160 | bugman | 2014-02-07 18:14:41 +0100 (Fri, 07 Feb 2014) | 3 lines
The python_seek.py now lists the Python version again (broken in the last few commits).
........
r22161 | bugman | 2014-02-07 18:18:06 +0100 (Fri, 07 Feb 2014) | 3 lines
The python_seek.py script now accepts the 'all' argument to display all modules supported by the script.
........
r22162 | bugman | 2014-02-07 18:20:06 +0100 (Fri, 07 Feb 2014) | 3 lines
Output formatting improvements for the python_seek.py development script.
........
r22163 | bugman | 2014-02-07 18:47:33 +0100 (Fri, 07 Feb 2014) | 3 lines
Changed the module ordering in the python_seek.py development script.
........
r22164 | bugman | 2014-02-10 08:24:11 +0100 (Mon, 10 Feb 2014) | 3 lines
Epydoc docstring fix for the pipe_control.structure.main.load_spins() function.
........