Regression
tests.test_utils.test_segment_fuzzy (from pytest)
Failing for the past 1 build
(Since Failed )
This test is unclaimed |
Error Message
AttributeError: module 'cophi' has no attribute 'utils'
Stacktrace
def test_segment_fuzzy(): > segments = cophi.utils.segment_fuzzy(PARAGRAPHS, 1) E AttributeError: module 'cophi' has no attribute 'utils' tests/test_utils.py:26: AttributeError