You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem we are trying to solve is that of being able expand the types of DESIGN_INPUT_TYPE without expanding ArrayLike which has a very large expansion. Expanding ArrayLike makes the docstrings unreadable. Currently we can only expand both, or none.
The text was updated successfully, but these errors were encountered:
With PEP 727, there will be a new way to annotate types that will be interesting to test.
The problem we are trying to solve is that of being able expand the types of
DESIGN_INPUT_TYPE
without expandingArrayLike
which has a very large expansion. ExpandingArrayLike
makes the docstrings unreadable. Currently we can only expand both, or none.The text was updated successfully, but these errors were encountered: