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 instructions indicate that nj.array(new Uint8Array([1, 2, 3]));
and nj.array([1, 2, 3], "uint8");
are the same, but in fact the first one returns an object with dtype="array", while the second one returns an object with dtype="uint8".