On 2013-02-25 22:55, Stefan wrote:
> Hi all,
> 
> A few others and me have been working for some time now to get matroids
> into Sage. We are getting close to the stage where we can submit the
> code to Trac for review. Testing today revealed one failing doctest
> elsewhere in Sage after we add our code. The reason is that, in our
> code, we do the following in some of our Cython modules:
> 
> GF3 = GF(3)
> GF3_one = GF(3)(1)

Ideally, this copy of GF(3) would only be created when your new code is
actually used.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to