Re: [sage-combinat-devel] comments/questions on poset code

2012-02-19 Thread Anne Schilling
Hi! http://trac.sagemath.org/sage_trac/ticket/12536 is now ready for review. Is there any volunteer? On 2/19/12 3:39 PM, Nicolas M. Thiery wrote: > On Sat, Feb 18, 2012 at 01:39:31PM -0800, Anne Schilling wrote: >> Having this as an input in Poset was my very first suggestion. > > Was it? I had

Re: [sage-combinat-devel] comments/questions on poset code

2012-02-19 Thread Anne Schilling
Hi Florent, Thanks for your comments, but unfortunately this does not work. My class has a _classcall_private_. Is that the problem? Cheers, Anne * File "/Applications/sage-5.0.beta3/devel/sage-combinat/sage/combinat/posets/li

Re: [sage-combinat-devel] import_statements

2012-02-19 Thread Anne Schilling
Ok, this is now http://trac.sagemath.org/sage_trac/ticket/12543 Cheers, Anne On 2/19/12 2:04 PM, Nicolas M. Thiery wrote: > > About import_statements which does the following: > > sage: import_statements(RationalField, IntegerRing) > from sage.rings.rational_field import RationalField

Re: [sage-combinat-devel] comments/questions on poset code

2012-02-19 Thread Nicolas M. Thiery
Hi Anne, Vincent, On Sat, Feb 18, 2012 at 10:45:37AM -0800, Anne Schilling wrote: > Great, thanks! I now added a _latex_ method to FinitePosets. However, without > my patch > applied I get doc test failures in /combinat/posets/posets.py which did not > happen > before. Did something subs

Re: [sage-combinat-devel] comments/questions on poset code

2012-02-19 Thread Nicolas M. Thiery
On Sat, Feb 18, 2012 at 01:39:31PM -0800, Anne Schilling wrote: > Having this as an input in Poset was my very first suggestion. Was it? I had understood you wanted to change the linear extension of a poset, and I had (mis?)interpreted that relabeling a poset would be a building block of the algor

[sage-combinat-devel] Re: coxeter groups in python

2012-02-19 Thread Andrew Mathas
Thanks Nicolas! > This is now #12528. You are welcome to do a review of the small change > in the Iwahori Hecke file (or more!). It looks like this patch already has a positive review. I'm also stuck in limbo with sage at the moment as I foolishly upgraded to macosx lion, so I'm still using 4.7.

[sage-combinat-devel] import_statements

2012-02-19 Thread Nicolas M. Thiery
About import_statements which does the following: sage: import_statements(RationalField, IntegerRing) from sage.rings.rational_field import RationalField from sage.rings.integer_ring import IntegerRing On Sat, Feb 18, 2012 at 12:34:41PM -0800, Anne Schilling wrote (slightly edited) >

Re: [sage-combinat-devel] comments/questions on poset code

2012-02-19 Thread Florent Hivert
Hi Anne, > Thanks! I do not understand how to use it though. If I inherit > > from sage.structure.list_clone import ClonableIntArray, ClonableElement > > and replace > > class LinearExtensionOfPoset(CombinatorialObject, Element): > > by > > class LinearExtensionOfPoset(ClonableIntArray,

Re: [sage-combinat-devel] comments/questions on poset code

2012-02-19 Thread Anne Schilling
Hi Florent, Thanks! I do not understand how to use it though. If I inherit from sage.structure.list_clone import ClonableIntArray, ClonableElement and replace class LinearExtensionOfPoset(CombinatorialObject, Element): by class LinearExtensionOfPoset(ClonableIntArray, ClonableElement)

Re: [sage-combinat-devel] queue is broken?

2012-02-19 Thread Christian Stump
> Sorry, this should be fixed now! Danke! -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to this group, send email to sage-combinat-devel@googlegroups.com. To unsubscribe from this group, send email to sage-combinat-devel+unsub

Re: [sage-combinat-devel] queue is broken?

2012-02-19 Thread Anne Schilling
Hi Christian, Sorry, this should be fixed now! Anne On 2/19/12 5:45 AM, Christian Stump wrote: > Hello, > > the queue seems to be broken again on 4.8. . le_fix-as.patch doesn't > apply properly... or did I miss to do something? > > Thanks, Christian -- You received this message because you a

Re: [sage-combinat-devel] queue is broken?

2012-02-19 Thread Christian Stump
Hello, the queue seems to be broken again on 4.8. . le_fix-as.patch doesn't apply properly... or did I miss to do something? Thanks, Christian -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to this group, send email to sage-com

Re: [sage-combinat-devel] comments/questions on poset code

2012-02-19 Thread Nicolas M. Thiery
On Sat, Feb 18, 2012 at 09:43:48PM +0100, Florent Hivert wrote: > > Thanks! The only problem is that when it is not yet imported one gets the > > same error and hence it is hard to locate: > > You should use "search_src": > > sage: search_src("ClonableInt") > sets/finite_set_map_cy.pxd:14:from sa