-
-
Notifications
You must be signed in to change notification settings - Fork 700
Change impl to implementation in sage.rings.finite_rings with deprecation #35609
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
base: develop
Are you sure you want to change the base?
Conversation
…rings, with deprecation.
…66 into finite_field_impl
|
Generally looks good; I've approved the test run and once tests pass I'm happy with this PR. |
|
Lots of doctests are failing: |
|
There seems to be an issue with this bit of code: The problem is that when How to resolve this? It doesn't look like |
|
But the implementation needs to be taken into account. Adding the passed |
|
All previously failing doctests are now passing on my system. |
|
Can it be reviewed? |
|
Workflows are awaiting approval from a maintainer. |
|
Documentation preview for this PR (built with commit 95e3bc6; changes) is ready! 🎉 |
src/sage/categories/pushout.py
Outdated
| if 'impl' in kwds_self: | ||
| del kwds_self['impl'] | ||
| if 'implementation' in kwds_self: | ||
| del kwds_self['implementation'] |
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.
L3553,3554 could also be deleted, I think.
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.
Removed.
📚 Description
Changed all instances of
impltoimplementationinsage.rings.finite_rings. Also added deprecation warning forimplinfinite_field_constructor.py.Fixes #30507.
📝 Checklist
⌛ Dependencies