#17389: Remove simplify_radical/canonicalize_radical from test_relation_maxima
-------------------------+----------------------------
   Reporter:  mjo        |            Owner:
       Type:  defect     |           Status:  new
   Priority:  major      |        Milestone:  sage-6.5
  Component:  symbolics  |         Keywords:
  Merged in:             |          Authors:
  Reviewers:             |  Report Upstream:  N/A
Work issues:             |           Branch:
     Commit:             |     Dependencies:
   Stopgaps:             |
-------------------------+----------------------------
 The function `test_relation_maxima` calls a list of simplifications to
 deduce whether or not a relationship is satisfied:

 {{{
 #Try to apply some simplifications to see if left - right == 0
     simp_list = [difference.simplify_log, difference.simplify_rational,
 difference.simplify_exp,difference.simplify_radical,difference.simplify_trig]
 }}}

 We've recently deprecated the name `simplify_radical` function (see
 #11912) since it doesn't really simplify and can give incorrect answers.
 For the same reason, we probably shouldn't rely on it in
 `test_relation_maxima`.

 I'll have a patch for this as soon as I can come up with some test cases
 where it currently does something weird.

--
Ticket URL: <http://trac.sagemath.org/ticket/17389>
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