#4786: [with patch, needs review] fix some bugs / typos in the solve function
---------------------------+------------------------------------------------
 Reporter:  was            |       Owner:  burcin             
     Type:  defect         |      Status:  new                
 Priority:  major          |   Milestone:  sage-4.1.2         
Component:  calculus       |    Keywords:                     
 Reviewer:  Burcin Erocal  |      Author:  Karl-Dieter Crisman
   Merged:                 |  
---------------------------+------------------------------------------------

Comment(by kcrisman):

 That change sounds fine - I am used to catching Errors, but in this case
 isinstance makes much more sense.

 Ironically, though:
 {{{
 **********************************************************************
 File "/Users/.../sage-4.1.1/devel/sage-
 morepatchtests/sage/symbolic/relation.py", line 455:
     sage: map(lambda x: sorted(x.items()), res)
 Expected:
     [[(y, 4), (x, 2)], [(y, 4), (x, -2)]]
 Got:
     [[(x, 2), (y, 4)], [(x, -2), (y, 4)]]
 **********************************************************************
 }}}
 So I fixed that in the latest version, and hopefully now you can give it
 positive review!

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4786#comment:5>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to