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
Would be nice if when storing a scalar or an array that contains only the fill_value of the Array, the chunk is merely deleted (if it exists) instead of writing out a chunk that contains only the fill_value for all elements. The Array should behave identically in either case. The only benefit is that storage is cutdown automatically in this case. A situation where this may come up is when copying one Array to another.
The text was updated successfully, but these errors were encountered:
Would be nice if when storing a scalar or an array that contains only the
fill_value
of theArray
, the chunk is merely deleted (if it exists) instead of writing out a chunk that contains only thefill_value
for all elements. TheArray
should behave identically in either case. The only benefit is that storage is cutdown automatically in this case. A situation where this may come up is when copying oneArray
to another.The text was updated successfully, but these errors were encountered: