We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seeing this test failure. Using Python 2.7.11, NumPy 1.10.4, gcc 4.8.5.
python /zopt/conda2/conda-bld/work/cmt-0.5.0/code/cmt/python/tests/univariate_test.py ....F... ====================================================================== FAIL: test_binomial_sample (__main__.Tests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/zopt/conda2/conda-bld/work/cmt-0.5.0/code/cmt/python/tests/univariate_test.py", line 105, in test_binomial_sample self.assertGreater(p, 0.00001) AssertionError: 5.4613320286029258e-10 not greater than 1e-05 ---------------------------------------------------------------------- Ran 8 tests in 0.043s FAILED (failures=1)
The text was updated successfully, but these errors were encountered:
Is this fixed in the latest release v0.6.0?
Sorry, something went wrong.
I have seen sporadic failures due to this test in the latest version as well.
No branches or pull requests
Seeing this test failure. Using Python 2.7.11, NumPy 1.10.4, gcc 4.8.5.
The text was updated successfully, but these errors were encountered: