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
Currently if dtype kwarg is given but value is None then the array creation function will not use dtype from data but use np.dtype(None) which ends up as float. In this case dtype=None should mean use dtype from data.