-
- Downloads
[baseformat] Fix handling of scalar value if it's considered zero by python
In this case, don't do the check as numpy.array will guess the value as int64 whatever the original dtype might be. In this case return 0 as the dtype requested.
Please register or sign in to comment