Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Numpy is depreciating the Float type in their package, and was acting as a passthough for python's builtin float type. However, we want to stick exclusively to Numpy types so the solution is to simply change all references to numpy.float to numpy.float64
- Loading branch information