#8495: Regression: Many mathematica doctests now fail
------------------------------------------+---------------------------------
Reporter: flawrence | Owner: flawrence
Type: defect | Status: needs_work
Priority: major | Milestone: sage-4.7
Component: interfaces | Keywords:
Author: Felix Lawrence | Upstream: N/A
Reviewer: Mike Hansen, Burcin Erocal | Merged:
Work_issues: |
------------------------------------------+---------------------------------
Comment(by flawrence):
OK, that's quite strange. On my OS X 10.6 64-bit box with Sage 4.6.1, all
tests pass. But the two doctests that failed on your computer don't even
call .sage(), which is the main thing that this ticket modifies!
Can you see whether these doctests pass without my patch applied?
Could you evaluate the following lines for me (with the patch applied) and
give me the output from your computer:
{{{
sage: a = mathematica(2).BesselK(I).N(20)
sage: repr(a)
'-2.59288617549119697817 + 0.18048997206696202663*I'
sage: a._sage_repr()
'-2.59288617549119697817 + 0.18048997206696202663*I'
sage: a.sage()
-2.59288617549 + 0.180489972067*I
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8495#comment:15>
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.