Closed bryan-harter closed 6 months ago
We need to keep the numpy type in the output of the _squeeze_or_scalar functions in utils.py. By selecting ".item()", you're removing numpy information, and potentially casting a np.int64 to a python int32
We need to keep the numpy type in the output of the _squeeze_or_scalar functions in utils.py. By selecting ".item()", you're removing numpy information, and potentially casting a np.int64 to a python int32