svn+ssh://bugman@.../svn/relax/trunk
........
r23784 | tlinnet | 2014-06-10 11:49:00 +0200 (Tue, 10 Jun 2014) | 7 lines
Lowered chi2 value test in system test Relax_disp.test_bug_22146_unpacking_r2a_r2b_cluster_NS_STAR.
This is due to the data produced on 32 bit machine, and tested on 64 bit machines.
The error was:
AssertionError: 2.4659455670347743e-05 != 0.0 within 7 places
The reason for this is due to truncation artifacts.
........
r23785 | tlinnet | 2014-06-10 12:23:01 +0200 (Tue, 10 Jun 2014) | 5 lines
Fix for wrong path testing of Python.h.
Python.h would be in PYTHON_PREFIX/include/pythonX.Y/Python.h
and not in:
PYTHON_PREFIX/include/Python.h
........