mailr4838 - /branches/N_state_model/specific_fns/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 January 17, 2008 - 18:08:
Author: bugman
Date: Thu Jan 17 18:08:09 2008
New Revision: 4838

URL: http://svn.gna.org/viewcvs/relax?rev=4838&view=rev
Log:
Try again, added the missing RelaxInfError and RelaxNaNError imports.


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=4838&r1=4837&r2=4838&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Thu Jan 17 18:08:09 
2008
@@ -30,7 +30,7 @@
 from float import isNaN, isInf
 from maths_fns.n_state_model import N_state_opt
 from minfx.generic import generic_minimise
-from relax_errors import RelaxNoModelError
+from relax_errors import RelaxInfError, RelaxNaNError, RelaxNoModelError
 from specific_fns.base_class import Common_functions
 
 




Related Messages


Powered by MHonArc, Updated Thu Jan 17 18:40:15 2008