-
-
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
sage.schemes: Replace imports from sage.*.all for namespace packages #35033
sage.schemes: Replace imports from sage.*.all for namespace packages #35033
Conversation
Codecov ReportBase: 88.58% // Head: 88.59% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #35033 +/- ##
===========================================
+ Coverage 88.58% 88.59% +0.01%
===========================================
Files 2140 2140
Lines 396998 397100 +102
===========================================
+ Hits 351676 351808 +132
+ Misses 45322 45292 -30
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Doctest failure in |
Indeed, that appears to be #32773. |
Thank you! |
…om_sage___all_for_namespace_packages
…om_sage___all_for_namespace_packages
Documentation preview for this PR is ready! 🎉 |
…e is_NumberFieldElement <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> ### 📚 Description Fixes #34931 <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If it resolves an open issue, please link to the issue here. For example "Closes #1337" --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I have made sure that the title is self-explanatory and the description concisely explains the PR. - [x] I have linked an issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open pull requests that this PR logically depends on --> <!-- - #xyz: short description why this is a dependency - #abc: ... --> Depends on #35033 URL: #35100 Reported by: Matthias Köppe Reviewer(s): Matthias Köppe, Travis Scrimshaw
📚 Description
Closes #34951
📝 Checklist
⌛ Dependencies