#7377: Symbolic Ring to Maxima via EclObject
-----------------------------------------------------------------------+----
   Reporter:  nbruin                                                   |       
Owner:  nbruin      
       Type:  enhancement                                              |      
Status:  needs_work  
   Priority:  major                                                    |   
Milestone:  sage-feature
  Component:  symbolics                                                |    
Keywords:              
     Author:  Nils Bruin, Jean-Pierre Flori                            |    
Upstream:  N/A         
   Reviewer:  Jean-Pierre Flori, François Bissey, Karl-Dieter Crisman  |      
Merged:              
Work_issues:                                                           |  
-----------------------------------------------------------------------+----

Comment(by fbissey):

 Re-running sage -testall with maxima-lib enabled, ecl-10.4.1
 maxima-5.22.1, sage-4.6.2_alpha3. Most of the time out have disappeared
 expect for three which at first
 sight are unrelated, but don't fail without maxima-lib
 {{{
 sage -t  -force_lib devel/sage/sage/misc/randstate.pyx
 sage -t  -force_lib devel/sage/sage/interfaces/psage.py
 sage -t  -force_lib devel/sage/sage/interfaces/sage0.py
 }}}
 From the first one:
 {{{
 Trying:
     subsage = Sage()###line 134:_sage_    >>> subsage = Sage()
 Expecting nothing
 ok
 Trying:
     s = ZZ(subsage('initial_seed()'))###line 135:_sage_    >>> s =
 ZZ(subsage('initial_seed()'))
 Expecting nothing
 }}}
 And it hangs there.

 I also have SIGFPE in the following
 {{{
 sage -t -force_lib "devel/sage/sage/functions/other.py"     *
 sage -t  -force_lib devel/sage/sage/functions/log.py        *
 sage -t  -force_lib devel/sage/sage/symbolic/constants.py
 sage -t  -force_lib devel/sage/sage/symbolic/pynac.pyx
 sage -t  -force_lib devel/sage/sage/rings/complex_number.pyx
 sage -t  -force_lib devel/sage/sage/rings/real_double.pyx
 sage -t  -force_lib devel/sage/sage/rings/real_mpfr.pyx
 sage -t  -force_lib devel/sage/sage/libs/mpmath/utils.pyx
 sage -t  -force_lib devel/sage/sage/libs/mpmath/ext_libmp.pyx
 sage -t  -force_lib devel/sage/sage/libs/mpmath/ext_impl.pyx
 sage -t  -force_lib devel/sage/sage/libs/mpmath/ext_main.pyx
 sage -t  -force_lib devel/sage/sage/calculus/calculus.py    *
 sage -t  -force_lib devel/sage/sage/structure/element.pyx
 sage -t  -force_lib devel/sage/sage/schemes/elliptic_curves/ell_point.py
 sage -t  -force_lib devel/sage/sage/schemes/elliptic_curves/ell_generic.py
 *
 }}}
 The stars indicate where I also had some verbose out from maxima, usually
 ending
 with
 {{{
 ($error= ((MLIST SIMP) No error.))
 }}}
 And there is quite few more. I am doing another run with the little
 correction
 in calculus.py to see if that solve some of them.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7377#comment:41>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to