mailr9134 - /branches/frame_order/generic_fns/monte_carlo.py


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

Header


Content

Posted by edward on June 23, 2009 - 13:42:
Author: bugman
Date: Tue Jun 23 13:42:26 2009
New Revision: 9134

URL: http://svn.gna.org/viewcvs/relax?rev=9134&view=rev
Log:
Removed the sequence test in the Monte Carlo create_data() function.

No all data pipes in relax require sequence info.


Modified:
    branches/frame_order/generic_fns/monte_carlo.py

Modified: branches/frame_order/generic_fns/monte_carlo.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order/generic_fns/monte_carlo.py?rev=9134&r1=9133&r2=9134&view=diff
==============================================================================
--- branches/frame_order/generic_fns/monte_carlo.py (original)
+++ branches/frame_order/generic_fns/monte_carlo.py Tue Jun 23 13:42:26 2009
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004-2005, 2007-2008 Edward d'Auvergne                       
 #
+# Copyright (C) 2004-2005, 2007-2009 Edward d'Auvergne                       
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -51,10 +51,6 @@
     # Test if simulations have been set up.
     if not hasattr(cdp, 'sim_state'):
         raise RelaxError, "Monte Carlo simulations have not been set up."
-
-    # Test if sequence data exists.
-    if not exists_mol_res_spin_data():
-        raise RelaxNoSequenceError
 
     # Test the method argument.
     valid_methods = ['back_calc', 'direct']




Related Messages


Powered by MHonArc, Updated Tue Jun 23 14:40:02 2009