svn+ssh://bugman@.../svn/relax/trunk
........
r27776 | bugman | 2015-03-04 15:10:39 +0100 (Wed, 04 Mar 2015) | 5 lines
Fixes for the align_tensor.copy user function argument unit tests.
The tensor_from and tensor_to arguments can now be None.
........
r27777 | bugman | 2015-03-04 15:23:13 +0100 (Wed, 04 Mar 2015) | 6 lines
Created the Align_tensor.test_copy_pipes_sims system test.
This demonstrates a failure of the align_tensor.copy user function when Monte Carlo simulated
tensors are present.
........
r27778 | bugman | 2015-03-04 15:28:53 +0100 (Wed, 04 Mar 2015) | 3 lines
Copyright update.
........
r27779 | bugman | 2015-03-04 15:32:53 +0100 (Wed, 04 Mar 2015) | 6 lines
Deleted the data_store.align_tensor.AlignTensorSimList.append() method.
This replacement list method was proving fatal when copy.deepcopy() is called on the alignment
tensor object. The change allows the Align_tensor.test_copy_pipes_sims system test to pass.
........
r27780 | bugman | 2015-03-04 15:33:20 +0100 (Wed, 04 Mar 2015) | 3 lines
Copyright update.
........