We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
close_to*
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
pymc/tests/checks.py
Lines 18 to 27 in e1d36ca
Numpy testing routines already take care of asserting / printing failures nicely. We should just use them: https://numpy.org/doc/stable/reference/routines.testing.html
The text was updated successfully, but these errors were encountered:
Hi, I have changed the testing utility to numpy, now how do I test my changes locally ?
Sorry, something went wrong.
This may help? https://www.pymc.io/projects/docs/en/stable/contributing/running_the_test_suite.html
Successfully merging a pull request may close this issue.
pymc/tests/checks.py
Lines 18 to 27 in e1d36ca
Numpy testing routines already take care of asserting / printing failures nicely. We should just use them: https://numpy.org/doc/stable/reference/routines.testing.html
The text was updated successfully, but these errors were encountered: