svn+ssh://bugman@.../svn/relax/trunk
........
r24047 | bugman | 2014-06-17 17:57:06 +0200 (Tue, 17 Jun 2014) | 7 lines
Fixes for the Relax_disp.test_hansen_cpmg_data_missing_auto_analysis system test.
The pA parameter is no longer tested for one spin as it moves to random values on different
operating systems and 32 vs. 64-bit systems. This is because this spin experiences no exchange,
both dw and kex are zero.
........
r24048 | bugman | 2014-06-17 18:05:23 +0200 (Tue, 17 Jun 2014) | 5 lines
Decreased the value checking precision in the Relax_disp.test_hansen_cpmg_data_to_lm63 system test.
This is to allow the test to pass on certain operating systems and 32-bit systems.
........
r24049 | bugman | 2014-06-17 18:22:38 +0200 (Tue, 17 Jun 2014) | 7 lines
Modified the precision of the output from the relax_disp.sherekhan_input user function.
This is simply to allow the Relax_disp.test_sod1wt_t25_to_sherekhan_input system test to pass on
certain 32-bit systems, as the float output to 15 decimal places is not always the same. This
system test has been updated for the change.
........
r24051 | bugman | 2014-06-17 18:27:39 +0200 (Tue, 17 Jun 2014) | 6 lines
Modified the Relax_disp.test_sprangers_data_to_mmq_cr72 system test to pass on certain systems.
This test fails on 32-bit Linux (and probably other systems as well). To fix the test, the kex
values are all divided by 100 before checking them to 4 decimal places of accuracy.
........
r24058 | bugman | 2014-06-17 19:46:10 +0200 (Tue, 17 Jun 2014) | 6 lines
Fix for the Library.test_library_independence verification test on MS Windows.
The tearDown() method now uses the error handling test_suite.clean_up.deletion() function to remove
the copied version of the relax library.
........