Re: [sage-devel] Re: Problems with TestSuite

2011-03-04 Thread Nicolas M. Thiery
Hi Joris! Ouch, I missed this e-mail last july. I hope that a late answer is better than none ... On Thu, Jul 29, 2010 at 05:56:22AM -0700, jvkersch wrote: > Let me answer you both in one post, since I think your solutions might > be related. I agree with Simon that this is the offending

[sage-devel] Re: Problems with TestSuite

2010-07-29 Thread jvkersch
Hi Simon and Florent, Let me answer you both in one post, since I think your solutions might be related. I agree with Simon that this is the offending line: tester.assert_(isinstance(self, self.parent().category().element_class)) Now, by adding the line Element = DifferentialForm to my p

[sage-devel] Re: Problems with TestSuite

2010-07-27 Thread Simon King
Hi Joris! On Jul 27, 11:53 am, jvkersch wrote: > File "element.pyx", line 472, ... > ... > AssertionError The line numbers (e.g., line 472 in element.pyx) might give you a hint what happens. My line numbers seem a bit different, but at line 473 of element.pyx, in method _test_category, there i