Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress invalid value warning in cast
When hypothesis generates all-zero utilities array, we get a RuntimeWarning: invalid value encountered in cast in line return np.around(normed).astype(np.uint8)
- Loading branch information