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
Currently, we support reading of both array and coordinate formats. However, we only support writing the coordinate format.
Supporting the array format would be a nice feature, though implementing it feels out of the scope of this project. The main challenge is that the data must be stored in a very specific order before writing. Whereas for the coordinate format, any order is fine, which keeps the data redistribution routines in the hands of the user.
The text was updated successfully, but these errors were encountered:
Currently, we support reading of both array and coordinate formats. However, we only support writing the coordinate format.
Supporting the array format would be a nice feature, though implementing it feels out of the scope of this project. The main challenge is that the data must be stored in a very specific order before writing. Whereas for the coordinate format, any order is fine, which keeps the data redistribution routines in the hands of the user.
The text was updated successfully, but these errors were encountered: