decile-team / submodlib

Summarize Massive Datasets using Submodular Optimization
MIT License
84 stars 33 forks source link

Test Failing #42

Open bhattg opened 11 months ago

bhattg commented 11 months ago

Hi, Following tests fail when installing the software.


-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
====================================================================================================== short test summary info =======================================================================================================
FAILED tests/test_all.py::TestAll::test_dense_cpp_eval_groundset[GraphCut] - AssertionError: Eval on groundset is not >= 0 or is NAN or is INF
FAILED tests/test_all.py::TestAll::test_dense_py_eval_groundset[GraphCut] - AssertionError: Eval on groundset is not >= 0 or is NAN or is INF
FAILED tests/test_all.py::TestAll::test_mi_dense_cpp_eval_groundset[GraphCutConditionalGain] - AssertionError: Eval on groundset is not >= 0 or is NAN or is INF
FAILED tests/test_all.py::TestAll::test_mi_dense_py_eval_groundset[GraphCutConditionalGain] - AssertionError: Eval on groundset is not >= 0 or is NAN or is INF
============================================================================================ 4 failed, 687 passed, 335 warnings in 17.34s ============================================================================================```