#18888: failing optional mathematica tests, due to bugs in N() and n()
-------------------------------------+-------------------------------------
       Reporter:  slabbe             |        Owner:
           Type:  defect             |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-7.1
      Component:  interfaces:        |   Resolution:
  optional                           |    Merged in:
       Keywords:  mathematica        |    Reviewers:
        Authors:                     |  Work issues:  fix `N()` and `n()`
Report Upstream:  N/A                |       Commit:
         Branch:  public/18888       |  4fd09adee1cffa4fb7922862d20d2587f7837362
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by dimpase):

 Replying to [comment:29 vbraun]:
 > The mathematica interface needs to implement `prec()` and/or `n()`
 methods. Right now they just fall through to the `__getattr__` hook and
 are translated in nonsensical Mathematica functions.

 OK, I have implemented `n()`, and it works.

 But I am at loss as to how to implement `N()` (i.e. the Mathematica
 function call).
 The problem is that `get()` method of Mathematica class in
 
https://github.com/sagemath/sage/blob/develop/src/sage/interfaces/mathematica.py#L517
 should get the parameter `ascii_art` set to True while it calls
 Mathematica via Expect.
 And I cannot find an interface that would do this for me.

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

Reply via email to