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
Use a bytearray instead of bytes for the
Java array data buffer. A bytearray is mutable,
thus wrapping a bytearray with np.frombuffer()
returns a numpy array with read/write access.
0 commit comments