Regression
tests.test_utils.test_construct_ngrams (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_construct_ngrams(): > ngrams = cophi.utils.construct_ngrams(TOKENS) E AttributeError: module 'cophi' has no attribute 'utils' tests/test_utils.py:11: AttributeError