I am trying to efficiently deep copy a numpy array into another.
Some background, I started with copying from a byte array into the numpy array like the following. Ho