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
* Test that Zarr Arrays can contain complex data
Implement a simple test to try constructing Zarr Arrays with complex
data to see what issues crop up so as to fix them.
* Test storing complex fill values in Zarr Arrays
Provides a simple test to see if Zarr Arrays can handle storing a
variety of complex typed fill values.
* Handle encoding/decoding of complex fill values
Simply places the real and imaginary values into a list with each one
being encoded/decoded using the floating type used to represent them
independently. This keeps the encoded complex fill values human
readable, follows the existing floating value encoding/decoding rules,
and represents the data in a way that JSON can easily represent it.
* Note support of complex data in Zarr Arrays
0 commit comments