On Tuesday, January 23, 2018 at 10:48:46 AM UTC+1, Jean-Pierre Flori wrote:
>
> I've added a project from last year that Johan and I were ok to mentor.
> Don't know about Johan's availability this year so if anyone is ready to
> comentor with me (and even take the lead) that would be nice.
>
> Sor
I just tracked down a nasty bug completely messing up my math experiments
to the following internal caching mechanism. In a clean Sage type:
sage: E = FiniteEnumeratedSet([ GF(97)(i) for i in [1,2,3,4,5,6]]);
type(E[0])
Restart Sage and type instead
sage: E = FiniteEnumeratedSet([1,2,3,4,5,6]