#13355: doctest proper handling of domain in evalf functions
-------------------------------------+-------------------------------------
       Reporter:  tkluck             |        Owner:  burcin
           Type:  defect             |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.3
      Component:  symbolics          |   Resolution:
       Keywords:  evalf,             |    Merged in:
  fast_callable                      |    Reviewers:  Ralf Stephan
        Authors:  Timo Kluck         |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  23e82c2ed92225aed5987f3fb22c576860237858
  u/rws/plot_fails_if_a_function_implicitly_needs_complex_intermediate_values|  
   Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by kcrisman):

 Hmm, these doctests look strange to me anyway.
 {{{
 parent!=None
 }}}
 should be
 {{{
 parent is not None
 }}}
 I think.  The failures are actually probably features, not bugs, since `f`
 and `g` are symbolic functions, which are now not automatically evaluated,
 if that makes sense...

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