Skip to content
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

Ensure the degree() method of Polynomial_generic_dense_inexact returns an Integer #37622

Merged

Conversation

GiacomoPope
Copy link
Contributor

On the testing of a bunch of new hyperelliptic curve code things, I keep finding cases where the degree of polynomials is returned as an int instead of Integer. Here's another fix for the case when we have polynomials over Eisenstein extensions of p-adics.

Fixes: #37621

Copy link
Contributor

@grhkm21 grhkm21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

Copy link

Documentation preview for this PR (built with commit fb3e063; changes) is ready! 🎉

@vbraun vbraun merged commit ef51da6 into sagemath:develop Mar 31, 2024
11 of 13 checks passed
@mkoeppe mkoeppe added this to the sage-10.4 milestone Mar 31, 2024
@GiacomoPope GiacomoPope deleted the Polynomial_generic_dense_inexact_degree branch April 1, 2024 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Degree of Polynomial_generic_dense_inexact returns an int rather than Integer
4 participants