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
* adding dot function, missing bool bin ops
* fixing mypy type compatibility
* flake8 fix of f string and type checking fix
* flake8 to use isinstance
* changing to is statements to fix mypy error
* fixing mypy type error
* Adding ValueError for arrays of different sizes
* clarifying docstring
* flake8 fix
---------
Co-authored-by: jaketrookman <[email protected]>
Add ak.dot function to match numpy:
https://numpy.org/doc/stable/reference/generated/numpy.dot.html
The text was updated successfully, but these errors were encountered: