typeshed
typeshed copied to clipboard
Fix shapely return types coming from numpy ufuncs
The changed functions are implemented using numpy ufuncs and so they return numpy scalars instead of python scalars. I checked each function individually in an interactive console to get its correct return type.
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉