Failed

tests.test_model.TestCorpus.test_svmlight (from pytest)

Failing for the past 1 build (Since #103 )
Took 0 ms.

This test is unclaimed

Error Message

test setup failure

Stacktrace

@pytest.fixture
    def document():
>       return cophi.model.Document(DOCUMENT, "document", r"\w")
E       AttributeError: module 'cophi' has no attribute 'model'

tests/test_model.py:36: AttributeError