[Numpy-discussion] Catching array shape errors using the type checker

Matthew Rahtz mrahtz at google.com
Tue May 4 16:17:03 EDT 2021


Hi all,

Tl;dr: come to our talk *Catching Tensor Shape Errors Using the Type
Checker* at the PyCon 2021 Typing Summit next week!
https://us.pycon.org/2021/summits/typing/

Longer version: over the past year a small group of us have been thinking
about how to use Python's type system to make tensor/array shape
information more visible, and to catch shape errors automatically using
type checkers. In this talk we'll discuss our tentative solution, talking
about a) how it works, b) some examples of what it looks like in practice,
and c) what its limitations are.

Hope to see you there!
Matthew and Pradeep
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/numpy-discussion/attachments/20210504/b0c664d3/attachment.html>


More information about the NumPy-Discussion mailing list