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

modify repr of SubsetAlgebra (example of with realizations) to conform to standards set out in #13404 #13527

Closed
saliola opened this issue Sep 24, 2012 · 5 comments

Comments

@saliola
Copy link

saliola commented Sep 24, 2012

According to the standards set out in #13404, we want:

A = Sets().WithRealizations().example()
sage: F   = A.F()  ; F
The subset algebra of {1, 2, 3} over Rational Field in the Fundamental basis

instead of:

sage: F   = A.F()  ; F
The subset algebra of {1, 2, 3} over Rational Field on the Fundamental basis

CC: @sagetrac-sage-combinat

Component: categories

Keywords: with realizations

Author: Franco Saliola

Reviewer: Mike Hansen

Merged: sage-5.4.rc0

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

@saliola saliola added this to the sage-5.4 milestone Sep 24, 2012
@saliola
Copy link
Author

saliola commented Sep 24, 2012

Attachment: trac_13527-subset-algebra-repr-fs.patch.gz

@mwhansen
Copy link
Contributor

Author: Franco Saliola

@mwhansen
Copy link
Contributor

comment:2

Looks good to me.

@mwhansen
Copy link
Contributor

Reviewer: Mike Hansen

@jdemeyer
Copy link

Merged: sage-5.4.rc0

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

4 participants