Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in sage.combinat.sf.classical #12381

Closed
roed314 opened this issue Jan 29, 2012 · 10 comments
Closed

Typo in sage.combinat.sf.classical #12381

roed314 opened this issue Jan 29, 2012 · 10 comments

Comments

@roed314
Copy link
Contributor

roed314 commented Jan 29, 2012

There's a typo in the _element_constructor_, revealed by the new doctesting implementation.

sage: McdJ = MacdonaldPolynomialsJ(QQ)
sage: s = SymmetricFunctions(McdJ.base_ring()).s()
sage: s._element_constructor(McdJ(s[2,1])
BOOM!

CC: @mwhansen

Component: combinatorics

Author: David Roe

Reviewer: Nathann Cohen, Nicolas M. Thiéry, David Loeffler

Merged: sage-5.0.beta12

Issue created by migration from https://trac.sagemath.org/ticket/12381

@roed314

This comment has been minimized.

@nathanncohen
Copy link
Mannequin

nathanncohen mannequin commented Jan 29, 2012

comment:2

Looks good but there is a parenthesis missing in your doctest :-)

Nathann

@nthiery
Copy link
Contributor

nthiery commented Jan 29, 2012

comment:3

I confirm. Either of you can put a positive review once the ) is added, and it is confirmed (e.g. by the buildbot) that the test pass.

@roed314
Copy link
Contributor Author

roed314 commented Jan 30, 2012

Attachment: 12381.patch.gz

@roed314
Copy link
Contributor Author

roed314 commented Jan 30, 2012

comment:4

Done. Once patchbot confirms tests pass then everything is good.

@loefflerd
Copy link
Mannequin

loefflerd mannequin commented Mar 27, 2012

comment:6

Ping! The patchbot does indeed confirm that tests pass, so are we done?

@roed314
Copy link
Contributor Author

roed314 commented Mar 27, 2012

comment:7

I think so, but I can't give my own patch a positive review....

@loefflerd
Copy link
Mannequin

loefflerd mannequin commented Mar 27, 2012

Reviewer: Nathann Cohen, Nicolas Thiery, David Loeffler

@jdemeyer
Copy link

jdemeyer commented Apr 2, 2012

Merged: sage-5.0.beta12

@jdemeyer
Copy link

Changed reviewer from Nathann Cohen, Nicolas Thiery, David Loeffler to Nathann Cohen, Nicolas M. Thiéry, David Loeffler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants