#14723: Error when SymPy can't evaluate an integral
-------------------------------------+-------------------------------------
       Reporter:  eviatarbach        |        Owner:  burcin
           Type:  defect             |       Status:  positive_review
       Priority:  major              |    Milestone:  sage-pending
      Component:  calculus           |   Resolution:
       Keywords:  sympy, integrate   |    Merged in:
        Authors:  Eviatar Bach,      |    Reviewers:  Ralf Stephan, Karl-
  Ralf Stephan                       |  Dieter Crisman
Report Upstream:  Completely fixed;  |  Work issues:
  Fix reported upstream              |       Commit:
         Branch:  u/rws/i14723       |  e2f0713047e65e20969361725e3c29090379eb0d
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by kcrisman):

 Glad I ran the tests - this is a good one to have fail, though :-)
 {{{
 **********************************************************************
 File "src/sage/symbolic/function.pyx", line 634, in
 sage.symbolic.function.Function._sympy_init_
 Failed example:
     g(x)._sympy_()
 Expected:
     Traceback (most recent call last):
     ...
     NotImplementedError: SymPy function 'gg' doesn't exist
 Got:
     gg(x)
 **********************************************************************
 }}}
 I do love that we code errors in the tests, because it's always gratifying
 to see when someone has fixed one.  (Can you think of another way to test
 that error branch, incidentally? I have to admit I can't offhand, unless
 it's a (very unusual!) Sage symbolic function not in Sympy, maybe
 something number-theoretic, or maybe just a fake function?)

--
Ticket URL: <http://trac.sagemath.org/ticket/14723#comment:55>
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