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
Zarr defaults to calling an unnamed array arr_0, maybe we can call the array that the WaveorderWriter writes arr_0 instead of array. This way we can use the dot notation to index the array: zs.arr_0 instead of zs['arr_0']. @camFoltz if you remember zs.array is a method that we're overloading by calling the data array array
The text was updated successfully, but these errors were encountered:
Zarr defaults to calling an unnamed array
arr_0
, maybe we can call the array that the WaveorderWriter writesarr_0
instead ofarray
. This way we can use the dot notation to index the array: zs.arr_0 instead of zs['arr_0']. @camFoltz if you remember zs.array is a method that we're overloading by calling the data arrayarray
The text was updated successfully, but these errors were encountered: