#4948: [with patch, partial positive review, needs review] implement the
transfer
of Mathematica lists back to Sage
-------------------------+--------------------------------------------------
Reporter: mabshoff | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.1.2
Component: interfaces | Keywords:
Reviewer: | Author: flawrence
Merged: |
-------------------------+--------------------------------------------------
Changes (by flawrence):
* owner: cwitty => was
* component: misc => interfaces
Comment:
I added the requested doctest for the generic _exponent_symbol(), a method
that is meant to be overloaded by each derived class (i.e. the interface
to gp, mathematica, etc). Since this is meant to be overloaded by each of
the interfaces, I didn't use any existing interface in this doctest, as
when _exponent_symbol() was overloaded by that interface the doctest would
become misleading. Instead I created a fake interface so that the doctest
would always call the correct version of _exponent_symbol. It's a bit
messy but it's the most stable way of doctesting the function that I could
think of.
The approach could be taken to write doctests for the rest of the methods
in the Expect class.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4948#comment:7>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---