mailr9057 - /1.3/generic_fns/model_selection.py


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

Header


Content

Posted by edward on May 12, 2009 - 14:42:
Author: bugman
Date: Tue May 12 14:42:06 2009
New Revision: 9057

URL: http://svn.gna.org/viewcvs/relax?rev=9057&view=rev
Log:
Removed a test that disallowed model selection between different pipe types.


Modified:
    1.3/generic_fns/model_selection.py

Modified: 1.3/generic_fns/model_selection.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/model_selection.py?rev=9057&r1=9056&r2=9057&view=diff
==============================================================================
--- 1.3/generic_fns/model_selection.py (original)
+++ 1.3/generic_fns/model_selection.py Tue May 12 14:42:06 2009
@@ -196,9 +196,6 @@
             model_statistics[pipes[i]] = get_specific_fn('model_stats', 
get_type(pipes[i]))
             skip_function[pipes[i]] = get_specific_fn('skip_function', 
get_type(pipes[i]))
 
-            # The model loop should be the same for all data pipes!
-            if model_loop[pipes[0]] != model_loop[pipes[i]]:
-                raise RelaxError, "Bug:  The model loop for each data pipes 
should be the same!"
         model_loop = model_loop[pipes[0]]
 
         # The model description.




Related Messages


Powered by MHonArc, Updated Tue May 12 15:00:04 2009