#14470: Relax PARI warnings
--------------------------------+-------------------------------------------
   Reporter:  jdemeyer          |             Owner:  mvngu         
       Type:  defect            |            Status:  new           
   Priority:  blocker           |         Milestone:  sage-5.9      
  Component:  doctest coverage  |          Keywords:                
Work issues:                    |   Report Upstream:  N/A           
  Reviewers:                    |           Authors:  Jeroen Demeyer
  Merged in:                    |      Dependencies:                
   Stopgaps:                    |  
--------------------------------+-------------------------------------------
 Sometimes:
 {{{
 sage -t --long devel/sage/sage/schemes/elliptic_curves/lseries_ell.py
 **********************************************************************
 File "devel/sage/sage/schemes/elliptic_curves/lseries_ell.py", line 226,
 in sage.schemes.elliptic_curves.lseries_ell.Lseries_ell.zeros
 Failed example:
     E.lseries().zeros(2)
 Expected:
       ***   Warning: new stack size = ...
     [0.000000000, 5.00317001]
 Got:
       ***   Warning: not enough memory, new stack 1000000000.
       ***   Warning: new stack size = 1028720 (0.981 Mbytes).
     [0.000000000, 5.00317001]
 **********************************************************************
 File "devel/sage/sage/schemes/elliptic_curves/lseries_ell.py", line 230,
 in sage.schemes.elliptic_curves.lseries_ell.Lseries_ell.zeros
 Failed example:
     a = E.lseries().zeros(20)             # long time
 Expected:
       ***   Warning: new stack size = ...
 Got:
       ***   Warning: not enough memory, new stack 1000000000.
       ***   Warning: new stack size = 1033680 (0.986 Mbytes).
 **********************************************************************
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14470>
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