mailr4997 - /branches/N_state_model/test_suite/unit_tests/_prompt/test_n_state_model.py


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

Header


Content

Posted by edward on February 15, 2008 - 09:50:
Author: bugman
Date: Fri Feb 15 09:50:02 2008
New Revision: 4997

URL: http://svn.gna.org/viewcvs/relax?rev=4997&view=rev
Log:
Modified the pivot_point arg test of the n_state_model.CoM() user function.

The arg value of None is not allowed.


Modified:
    branches/N_state_model/test_suite/unit_tests/_prompt/test_n_state_model.py

Modified: 
branches/N_state_model/test_suite/unit_tests/_prompt/test_n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/test_suite/unit_tests/_prompt/test_n_state_model.py?rev=4997&r1=4996&r2=4997&view=diff
==============================================================================
--- 
branches/N_state_model/test_suite/unit_tests/_prompt/test_n_state_model.py 
(original)
+++ 
branches/N_state_model/test_suite/unit_tests/_prompt/test_n_state_model.py 
Fri Feb 15 09:50:02 2008
@@ -45,10 +45,6 @@
 
         # Loop over the data types.
         for data in DATA_TYPES:
-            # Catch the None arguments, and skip them.
-            if data[0] == 'None':
-                continue
-
             # Catch the list arguments.
             if type(data[1]) == list:
                 # The wrong length.




Related Messages


Powered by MHonArc, Updated Fri Feb 15 10:00:33 2008