Vincent Delecroix wrote:
I use everyday a sage-6.3.beta3. Nevertheless, it just appears to me
that some of the doctests fail in calculus/desolvers.py because maxima
"fails to load the package dynamics":

sage -t calculus/desolvers.py
File "calculus/desolvers.py", line 1166, in sage.calculus.desolvers.desolve_rk4
Failed example:
     desolve_rk4(x*y*(2-y),y,ics=[0,1],end_points=1,step=0.5)
...
     TypeError: Error executing code in Maxima
     CODE:
        sage10 : load('dynamics)$
     Maxima ERROR:
        
     loadfile: failed to load dynamics
      -- an error. To debug this try: debugmode(true);

Does somebody ran into the same problem?

Never seen that.

Does it /suddenly/ fail, and does it (now) always fail?

What does

$ ./sage --maxima --batch-string "load('dynamics);"

give?


Do you perhaps happen to have something in ~/.maxima/ (which Sage's Maxima probably shouldn't, but does use) from another Maxima installation?


-leif

--
() The ASCII Ribbon Campaign
/\   Help Cure HTML E-Mail

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to