mailr4445 - /branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py


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

Header


Content

Posted by edward on January 07, 2008 - 17:52:
Author: bugman
Date: Mon Jan  7 17:52:58 2008
New Revision: 4445

URL: http://svn.gna.org/viewcvs/relax?rev=4445&view=rev
Log:
Added the missing import of math.sqrt() into the N-state model system test 
script file.


Modified:
    branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py

Modified: branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py?rev=4445&r1=4444&r2=4445&view=diff
==============================================================================
--- branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py 
(original)
+++ branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py Mon 
Jan  7 17:52:58 2008
@@ -7,6 +7,10 @@
     State 4:    {0, -pi/8, 0}
     State 5:    {0, -pi/4, 0}
 """
+
+# Python module imports.
+from math import sqrt
+
 
 # Create the data pipe.
 pipe.create('C domain', 'N-state')




Related Messages


Powered by MHonArc, Updated Mon Jan 07 18:00:20 2008