Skip to content

Instantly share code, notes, and snippets.

@chriskamphuis
Created December 14, 2016 16:40
Show Gist options
  • Select an option

  • Save chriskamphuis/3d70323e92809ff4dce7a6eb3dca6ad4 to your computer and use it in GitHub Desktop.

Select an option

Save chriskamphuis/3d70323e92809ff4dce7a6eb3dca6ad4 to your computer and use it in GitHub Desktop.
Error message when running tests Pgmpy
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