OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
119 stars 106 forks source link

Resolve typing issues introduced with NumPy v1.20 #149

Closed pavel-kirienko closed 2 years ago

pavel-kirienko commented 3 years ago

With NumPy v1.20, MyPy produces multiple false positives that need to be looked at.

I need help with this.