#5820: bug in comparison of ring morphisms
------------------------+---------------------------------------------------
Reporter: AlexGhitza | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.2
Component: algebra | Keywords: morphism ring comparison loads dumps
------------------------+---------------------------------------------------
As discussed at http://groups.google.com/group/sage-
devel/browse_thread/thread/bc99d36058aff638 , the following is wrong:
{{{
sage: f = ZZ.hom(QQ)
sage: g = loads(dumps(f))
sage: f == g
False
}}}
(It should return True.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5820>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---