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
Due to an off-by-one error, np.load fails to parse the file's header when shape = () and triggers an ArgumentOutOfRangeException
(Also, the function doesn't consider this possibility when calculating the size of the underlying buffer).
The text was updated successfully, but these errors were encountered:
Due to an off-by-one error,
np.load
fails to parse the file's header whenshape = ()
and triggers anArgumentOutOfRangeException
(Also, the function doesn't consider this possibility when calculating the size of the underlying buffer).
The text was updated successfully, but these errors were encountered: