#14254: OverflowErrors in TripleDictEraser
------------------------+---------------------------------------------------
   Reporter:  jdemeyer  |             Owner:  robertwb
       Type:  defect    |            Status:  new     
   Priority:  blocker   |         Milestone:  sage-5.9
  Component:  coercion  |          Keywords:          
Work issues:            |   Report Upstream:  N/A     
  Reviewers:            |           Authors:          
  Merged in:            |      Dependencies:          
   Stopgaps:            |  
------------------------+---------------------------------------------------
 With the new doctesting framework (#12415), I sometimes see errors like
 {{{
 sage -t --long devel/sage/sage/combinat/sf/sfa.py
 **********************************************************************
 File "devel/sage/sage/combinat/sf/sfa.py", line 388, in
 sage.combinat.sf.sfa.is_SymmetricFunctionAlgebra
 Failed example:
 
is_SymmetricFunctionAlgebra(SymmetricFunctions(FractionField(QQ['q','t'])).macdonald().P())
 Expected:
     True
 Got:
     Exception OverflowError: 'long int too large to convert to int' in
 <sage.structure.coerce_dict.TripleDictEraser object at 0x9531b3c> ignored
     True
 **********************************************************************
 }}}
 on 32-bit systems.

 These appear randomly non-reproducibly in doctests.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14254>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to