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
For floating-point datasets, these should be coerced to the float; I don't think they are at the moment.
For integer datasets, we should just throw an error, because it's just impossible to preserve integer-ness. We can't even fall back to floating point like in alabaster.base because we need to stick by the type promises of extract_*_array()... so, just give up.
The text was updated successfully, but these errors were encountered:
For floating-point datasets, these should be coerced to the float; I don't think they are at the moment.
For integer datasets, we should just throw an error, because it's just impossible to preserve integer-ness. We can't even fall back to floating point like in alabaster.base because we need to stick by the type promises of
extract_*_array()
... so, just give up.The text was updated successfully, but these errors were encountered: