You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ============================================================================================```
The text was updated successfully, but these errors were encountered:
Hi,
Following tests fail when installing the software.
The text was updated successfully, but these errors were encountered: