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
What would be the ideal input for the dtype normalization below ? say that the input arrays are composed of characters should we pass S8 or U8 or is it possible to pass chararcter and let Dtype automatically figure out the correct numpy data type ?
[1] "Buffer has ${numDataElements} of dtype ${dtype}, shape is too large or small"
Error in private$chunk_getitem_part2(part1_result, proj$chunk_coords, :
Different type of error - rethrow
Looks like now the type is given as "<f8" (float32 ?) if not provided by the user.
The text was updated successfully, but these errors were encountered:
Artur-man
changed the title
Normalization (and automatization) of data types ?
Normalization (and automated conversion R/Python) of data types ?
Sep 10, 2024
What would be the ideal input for the dtype normalization below ? say that the input arrays are composed of characters should we pass
S8
orU8
or is it possible to passchararcter
and letDtype
automatically figure out the correct numpy data type ?pizzarr/R/normalize.R
Lines 106 to 130 in f84355d
The typical scenario would be that one inserts a full character array, then type is provided to the
dtype
appropriately.Looks like now the type is given as "<f8" (float32 ?) if not provided by the user.
The text was updated successfully, but these errors were encountered: