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
So that we could do write_array(..., array::AxisArray) and it will automatically construct the appropriate DataPipelineArray struct to write to file. And conversely so we can read_array and it will give back an AxisArray with all the dimensions etc populated.
The text was updated successfully, but these errors were encountered:
After #21 is merged
So that we could do
write_array(..., array::AxisArray)
and it will automatically construct the appropriateDataPipelineArray
struct to write to file. And conversely so we canread_array
and it will give back anAxisArray
with all the dimensions etc populated.The text was updated successfully, but these errors were encountered: