#6313: optional doctest failure -- caused by maxima --> pynac switch ?
--------------------------------------+------------------------
       Reporter:  was                 |        Owner:  tbd
           Type:  defect              |       Status:  new
       Priority:  major               |    Milestone:  sage-6.4
      Component:  packages: optional  |   Resolution:
       Keywords:                      |    Merged in:
        Authors:                      |    Reviewers:
Report Upstream:  N/A                 |  Work issues:
         Branch:                      |       Commit:
   Dependencies:                      |     Stopgaps:
--------------------------------------+------------------------
Changes (by chapoton):

 * upstream:   => N/A


Old description:

> {{{
> sage -t -long --optional devel/sage/sage/symbolic/expression.pyx
> **********************************************************************
> File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
> main/sage/symbolic/expression.pyx", line 482:
>     sage: magma(f)                         # optional - magma
> Expected:
>     sin(cos(x^2) + log(x))
> Got:
>     sin(log(x) + cos(x^2))
> **********************************************************************
> File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
> main/sage/symbolic/expression.pyx", line 2803:
>     sage: maple.eval('subs(x^2 + y^2 = t, cos(x) + sin(y) + x^2 + y^2 +
> t)')          # optional requires maple
> Expected:
>     'cos(x)+sin(y)+x^2+y^2+t'
> Got:
>     'read
> "/scratch/wstein/sage//temp/sage.math.washington.edu/560//interface//'
> **********************************************************************
> 2 items had failures:
>    1 of   7 in __main__.example_14
>    1 of  18 in __main__.example_67
> ***Test Failed*** 2 failures.
> For whitespace errors, see the file
> /home/wstein/build/sage-4.0.2.alpha3/tmp/.doctest_expression.py
>          [26.8 s]
> }}}

New description:

 {{{
 sage -t -long --optional devel/sage/sage/symbolic/expression.pyx
 **********************************************************************
 File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
 main/sage/symbolic/expression.pyx", line 482:
     sage: magma(f)                         # optional - magma
 Expected:
     sin(cos(x^2) + log(x))
 Got:
     sin(log(x) + cos(x^2))
 **********************************************************************
 File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
 main/sage/symbolic/expression.pyx", line 2803:
     sage: maple.eval('subs(x^2 + y^2 = t, cos(x) + sin(y) + x^2 + y^2 +
 t)')          # optional requires maple
 Expected:
     'cos(x)+sin(y)+x^2+y^2+t'
 Got:
     'read
 "/scratch/wstein/sage//temp/sage.math.washington.edu/560//interface//'
 **********************************************************************
 2 items had failures:
    1 of   7 in __main__.example_14
    1 of  18 in __main__.example_67
 ***Test Failed*** 2 failures.
 For whitespace errors, see the file
 /home/wstein/build/sage-4.0.2.alpha3/tmp/.doctest_expression.py
  [26.8 s]
 }}}

--

--
Ticket URL: <http://trac.sagemath.org/ticket/6313#comment:5>
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to