Skip to content

TYP: fix stubtest errors in numpy.lib._twodim_base_impl #28530

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

Merged
merged 1 commit into from
Mar 15, 2025

Conversation

jorenham
Copy link
Member

Ported from numpy/numtype#245


This fixes incorrect parameter names of tril and triu, and resolves a typing error in the signatures of eye and tri.

Ported from numpy/numtype#245

---

This fixes incorrect parameter names of `tril` and `triu`, and resolves a typing error in the signatures of `eye` and `tri`.
@jorenham jorenham added 09 - Backport-Candidate PRs tagged should be backported 41 - Static typing numtype Isssue/PR related to numpy/numtype labels Mar 15, 2025
@charris charris merged commit fcc32f0 into numpy:main Mar 15, 2025
75 checks passed
@charris
Copy link
Member

charris commented Mar 15, 2025

Thanks Joren.

@jorenham jorenham deleted the numtype/245 branch March 15, 2025 19:14
@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
41 - Static typing numtype Isssue/PR related to numpy/numtype
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants