-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
CIContinuous IntegrationContinuous IntegrationCompatpandas objects compatability with Numpy or Python functionspandas objects compatability with Numpy or Python functionsTypingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checking
Milestone
Description
Seeing this in multiple builds:
https://github.com/pandas-dev/pandas/runs/3972068892?check_suite_focus=true
mypy --version
mypy 0.910
Performing static analysis using mypy
pandas/core/dtypes/cast.py:913: error: Incompatible types in assignment (expression has type "ndarray[Any, dtype[Any]]", variable has type "NumpyArrayT") [assignment]
pandas/tests/indexes/test_engines.py:65: error: unused "type: ignore" comment
Taking a look now
Metadata
Metadata
Assignees
Labels
CIContinuous IntegrationContinuous IntegrationCompatpandas objects compatability with Numpy or Python functionspandas objects compatability with Numpy or Python functionsTypingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checking