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
If we are to leverage the use of adding type-hints (as you've done in the functions that have been doc-stringed), we should add this to the pre-commit config:
If we are to leverage the use of adding type-hints (as you've done in the functions that have been doc-stringed), we should add this to the pre-commit config:
This will likely uncover places where the types are incorrect. I notice, for example:
While I'm pretty sure
pis
is atorch.Tensor
(if not, the calling function is probably mis-typed as well).The text was updated successfully, but these errors were encountered: