-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
fixing one bug in the use of valuation #36882
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo the one comment on _Fields()
.
Thanks. Although it looks like something went wrong with a merge or rebase. |
94e6d56
to
c74f555
Compare
indeed, should be better now |
Documentation preview for this PR (built with commit c74f555; changes) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
sagemathgh-36882: fixing one bug in the use of valuation Trying to divide by an integer was failing here: ``` sage: L=PowerSeriesRing(QQ,'t') sage: t=L.gen() sage: F=algebras.Free(L,['A','B','C']) sage: A,B,C=F.gens() sage: f=t*A+t**2*B/2 # BUG HERE ``` and the same for Lazy power series. ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have created tests covering the changes. URL: sagemath#36882 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
sagemathgh-36882: fixing one bug in the use of valuation Trying to divide by an integer was failing here: ``` sage: L=PowerSeriesRing(QQ,'t') sage: t=L.gen() sage: F=algebras.Free(L,['A','B','C']) sage: A,B,C=F.gens() sage: f=t*A+t**2*B/2 # BUG HERE ``` and the same for Lazy power series. ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have created tests covering the changes. URL: sagemath#36882 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
sagemathgh-36882: fixing one bug in the use of valuation Trying to divide by an integer was failing here: ``` sage: L=PowerSeriesRing(QQ,'t') sage: t=L.gen() sage: F=algebras.Free(L,['A','B','C']) sage: A,B,C=F.gens() sage: f=t*A+t**2*B/2 # BUG HERE ``` and the same for Lazy power series. ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have created tests covering the changes. URL: sagemath#36882 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
sagemathgh-36882: fixing one bug in the use of valuation Trying to divide by an integer was failing here: ``` sage: L=PowerSeriesRing(QQ,'t') sage: t=L.gen() sage: F=algebras.Free(L,['A','B','C']) sage: A,B,C=F.gens() sage: f=t*A+t**2*B/2 # BUG HERE ``` and the same for Lazy power series. ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have created tests covering the changes. URL: sagemath#36882 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
Trying to divide by an integer was failing here: ``` sage: L=PowerSeriesRing(QQ,'t') sage: t=L.gen() sage: F=algebras.Free(L,['A','B','C']) sage: A,B,C=F.gens() sage: f=t*A+t**2*B/2 # BUG HERE ``` and the same for Lazy power series. ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have created tests covering the changes. URL: sagemath#36882 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
Trying to divide by an integer was failing here:
and the same for Lazy power series.
📝 Checklist