Closed BryceWayne closed 7 months ago
We were having numpy conflicts as a result of the np.float type which is a wrapper/reference to the float type. I have included a script for this conversion, as well as the conversion itself.
np.float
float
We were having numpy conflicts as a result of the
np.float
type which is a wrapper/reference to thefloat
type. I have included a script for this conversion, as well as the conversion itself.