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
It would be better for the fill_value to be zero than None in array creation functions such as array and create. With no fill value, chunks overhanging the edgy of an array get filled with random memory, which may be very poorly compressible.