-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
trying to refresh symbolic units #38655
Conversation
Documentation preview for this PR (built with commit 3dfc07c; 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.
It probably would be better to more systematically change all of the rational conversions to rationals... Otherwise LGTM.
yes, I am slightly too lazy to do that. |
maybe enough things were converted now ? |
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. Yes, this is good for now.
by allowing the conversion constants in the stored data to be either strings or rationals Part of the conversion table are replaced by integers or rational but not systematically. This file is not correctly indented, but this is not fixed here. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. URL: sagemath#38655 Reported by: Frédéric Chapoton Reviewer(s): Travis Scrimshaw
by allowing the conversion constants in the stored data to be either strings or rationals
Part of the conversion table are replaced by integers or rational but not systematically.
This file is not correctly indented, but this is not fixed here.
📝 Checklist