mailr4043 - /branches/N_state_model/test_suite/unit_tests/align_tensor_testing_base.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 26, 2007 - 16:47:
Author: bugman
Date: Mon Nov 26 16:46:12 2007
New Revision: 4043

URL: http://svn.gna.org/viewcvs/relax?rev=4043&view=rev
Log:
Bug fix for the test_copy_pull() unit test.

The param_types arg was set to 1 rather than 0.


Modified:
    branches/N_state_model/test_suite/unit_tests/align_tensor_testing_base.py

Modified: 
branches/N_state_model/test_suite/unit_tests/align_tensor_testing_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/test_suite/unit_tests/align_tensor_testing_base.py?rev=4043&r1=4042&r2=4043&view=diff
==============================================================================
--- branches/N_state_model/test_suite/unit_tests/align_tensor_testing_base.py 
(original)
+++ branches/N_state_model/test_suite/unit_tests/align_tensor_testing_base.py 
Mon Nov 26 16:46:12 2007
@@ -63,7 +63,7 @@
         """
 
         # Initialise the tensor.
-        self.align_tensor_fns.init(params=(-16.6278, 6.13037, 7.65639, 
-1.89157, 19.2561), scale=1.0, angle_units='rad', param_types=1)
+        self.align_tensor_fns.init(params=(-16.6278, 6.13037, 7.65639, 
-1.89157, 19.2561), scale=1.0, angle_units='rad', param_types=0)
 
         # Change the current data pipe.
         relax_data_store.current_pipe = 'test'




Related Messages


Powered by MHonArc, Updated Mon Nov 26 17:00:29 2007