Created
December 14, 2016 16:40
-
-
Save chriskamphuis/3d70323e92809ff4dce7a6eb3dca6ad4 to your computer and use it in GitHub Desktop.
Error message when running tests Pgmpy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FAIL: test_test_conditional_independence_titanic (pgmpy.tests.test_estimators.test_BaseEstimator.TestBaseEstimator) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/chris/softw/pgmpy/pgmpy/tests/test_estimators/test_BaseEstimator.py", line 46, in test_test_conditional_independence_titanic | |
| (96.403283942888635, 4.1082315854166553e-13, True)) | |
| AssertionError: Tuples differ: (96.403283942888621, 4.1082315854166846e-13, True) != (96.40328394288863, 4.1082315854166553e-13, True) | |
| First differing element 0: | |
| 96.4032839429 | |
| 96.40328394288863 | |
| - (96.403283942888621, 4.1082315854166846e-13, True) | |
| ? ^^ ^^^ | |
| + (96.40328394288863, 4.1082315854166553e-13, True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment