Re: [sage-devel] Implementation of conjugacy classes

2010-01-09 Thread William Stein
On Sat, Jan 9, 2010 at 12:03 PM, Minh Nguyen wrote: > Hi, > > On Sun, Jan 10, 2010 at 2:06 AM, javier wrote: >> Sorted it out, I had forgotten to import one file. Sorry for the >> noise. Class patches nicely now; I am just having some test failures >> due to different orderings of some output set

Re: [sage-devel] Implementation of conjugacy classes

2010-01-09 Thread Minh Nguyen
Hi, On Sun, Jan 10, 2010 at 2:06 AM, javier wrote: > Sorted it out, I had forgotten to import one file. Sorry for the > noise. Class patches nicely now; I am just having some test failures > due to different orderings of some output sets. Is there a standard > way of implementing tests that invol

[sage-devel] Implementation of conjugacy classes

2010-01-09 Thread javier
Sorted it out, I had forgotten to import one file. Sorry for the noise. Class patches nicely now; I am just having some test failures due to different orderings of some output sets. Is there a standard way of implementing tests that involve sets as outputs? In a related matter, in the _set_ method