-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
fix the 2 broken linters #36148
fix the 2 broken linters #36148
Conversation
@@ -547,7 +547,7 @@ cdef class Polynomial_ZZ_pEX(Polynomial_template): | |||
def inverse_series_trunc(self, prec): | |||
r""" | |||
Compute and return the inverse of self modulo `x^prec`. |
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.
I assume it should be x^{prec}
here.
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.
voilà, voilà
failing doctest
|
still compare types (beurk)
Changes look good to me. |
Documentation preview for this PR (built with commit 3bf709c; 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.
LGTM.
This repairs the two broken linters.
📝 Checklist