On Tue, Dec 6, 2011 at 1:12 PM, javier <[email protected]> wrote: > Dear Sage developers, > > I have uploaded the conjugacy classes code to the trac server: > trac.sagemath.org/sage_trac/ticket/7886 > > All the test passed, but the sage -coverage command complained about a > missing testsuite, so I added one (without adding any new test > functions). Much to my surprise, the testsuite fails testing equality:
... > > I have no idea what is going on here. I defined a __cmp__ method for Where is it? Is it in one of the patches posted to the trac ticket? > comparing conjugacy classes that essentially just compares the > underlying sets, and the doctest for that function works as expected, > so I don't know what is making the testsuite fail. > > Any ideas? > > Cheers, > Javier > > -- > To post to this group, send an email to [email protected] > To unsubscribe from this group, send an email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/sage-devel > URL: http://www.sagemath.org -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
