Skip to content
Snippets Groups Projects
Commit fc239b93 authored by Moritz Gleissner's avatar Moritz Gleissner
Browse files

fix aron ice type ndarray bug

parent 21693d39
No related branches found
No related tags found
1 merge request!68Fluxio preliminary release
Pipeline #22337 passed
......@@ -54,7 +54,7 @@ def ndarray_to_aron(
# General case.
shape = (*value.shape, 1) # value.itemsize)
return AronIceTypes.NDArray(
return AronDataIceTypes.NDArray(
shape=shape,
type=dtypes_dict_to_aron[str(value.dtype)],
data=value.tobytes(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment