mailr4410 - /1.3/test_suite/unit_tests/_prompt/test_minimisation.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 - 13:13:
Author: bugman
Date: Mon Jan  7 13:13:40 2008
New Revision: 4410

URL: http://svn.gna.org/viewcvs/relax?rev=4410&view=rev
Log:
Fixed the docstrings of the calc() and grid_search() arg unit tests.

The user functions were incorrectly named with 'minimisation.' prepended.


Modified:
    1.3/test_suite/unit_tests/_prompt/test_minimisation.py

Modified: 1.3/test_suite/unit_tests/_prompt/test_minimisation.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_prompt/test_minimisation.py?rev=4410&r1=4409&r2=4410&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/test_minimisation.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/test_minimisation.py Mon Jan  7 
13:13:40 2008
@@ -42,7 +42,7 @@
 
 
     def test_calc_argfail_print_flag(self):
-        """The print_flag arg test of the minimisation.calc() user 
function."""
+        """The print_flag arg test of the calc() user function."""
 
         # Loop over the data types.
         for data in DATA_TYPES:
@@ -55,7 +55,7 @@
 
 
     def test_grid_search_argfail_lower(self):
-        """The lower arg test of the minimisation.grid_search() user 
function."""
+        """The lower arg test of the grid_search() user function."""
 
         # Loop over the data types.
         for data in DATA_TYPES:
@@ -73,7 +73,7 @@
 
 
     def test_grid_search_argfail_upper(self):
-        """The upper arg test of the minimisation.grid_search() user 
function."""
+        """The upper arg test of the grid_search() user function."""
 
         # Loop over the data types.
         for data in DATA_TYPES:
@@ -91,7 +91,7 @@
 
 
     def test_grid_search_argfail_inc(self):
-        """The inc arg test of the minimisation.grid_search() user 
function."""
+        """The inc arg test of the grid_search() user function."""
 
         # Loop over the data types.
         for data in DATA_TYPES:
@@ -104,7 +104,7 @@
 
 
     def test_grid_search_argfail_constraints(self):
-        """The constraints arg test of the minimisation.grid_search() user 
function."""
+        """The constraints arg test of the grid_search() user function."""
 
         # Loop over the data types.
         for data in DATA_TYPES:
@@ -117,7 +117,7 @@
 
 
     def test_grid_search_argfail_print_flag(self):
-        """The print_flag arg test of the minimisation.grid_search() user 
function."""
+        """The print_flag arg test of the grid_search() user function."""
 
         # Loop over the data types.
         for data in DATA_TYPES:




Related Messages


Powered by MHonArc, Updated Mon Jan 07 13:20:09 2008