-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numpy deprecation test suite failure on Ubuntu 16.04 #15
Comments
For the test |
Looks like a nuisance random failure to me. I'd recommend either twiddling a random number seed or slightly increasing a threshold. |
It seems that PR #16 addresses the numpy error. |
Fix numpy strict conversion error, (related to issue #15).
Fixed by 173c55d |
Using
make all
results in two failures in the distributions test suite:The numpy error in
distributions.tests.test_util.test_scores_to_probs
is due to deprecation: numpy/numpy#6464Not sure why the probabilities are failing.
The text was updated successfully, but these errors were encountered: