TYP: np.polynomial.Polynomial.fit
lacks type annotations
#26153
Labels
8000
np.polynomial.Polynomial.fit
lacks type annotations
#26153
Describe the issue:
Hello lovely people :)
please check the title for a description of the issue at hand.
Thanks for your great work!
Reproduce the code example:
Error message:
Python and NumPy Versions:
1.24.4
3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]
Runtime Environment:
Mypy via pre-commit: 6e63c9e9c65e1df04465cdcda0f2490e89291f58 -> v1.9.0 (frozen)
args:
Numpy mypy plugin enabled (but does influence behavior here)
Context for the issue:
We use strict typing with mypy on all our code and this necessitates lots of
# type: ignore[no-untyped-call]
exceptions.The text was updated successfully, but these errors were encountered: