-
-
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
py3: Make doctest pass in combinat/rigged_configurations module #26805
Comments
Author: Vincent Klein |
Branch: u/vklein/26805 |
Commit: |
This comment has been minimized.
This comment has been minimized.
comment:4
ok, good to go. But would you please first fix the pyflakes warnings ? |
Reviewer: Frédéric Chapoton |
comment:5
Sure, i will do it this morning. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
@fchapoton I commented
are helpful or do you think we should delete them? |
comment:8
oh, we can keep them. green bot => positive review. Do you have a patchbot at your disposal that you could launch on this ticket ? Mines are already busy right now. |
comment:9
Not right now (some computing in progress). I will try this afternoon. |
This comment has been minimized.
This comment has been minimized.
Changed branch from u/vklein/26805 to |
comment:13
This tickets were closed as fixed after the Sage 8.5 release. |
This ticket fix the last py3 failures in combinat/rigged_configurations module.
For the
TypeError: unsupported format string passed to sage.rings.rational.Rational.__format__
another approach is to implement a__format__
method insage.rings.rational.Rational
, unfortunately it will not solve the cases with NoneType. For this reason i think string formatting support for sage's Rational should be done in another ticket if needed.CC: @fchapoton
Component: python3
Author: Vincent Klein
Branch/Commit:
8596208
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/26805
The text was updated successfully, but these errors were encountered: