Failed

tests.test_model.TestDocument.test_ngram_value_error (from pytest)

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

This test is unclaimed

Error Message

AttributeError: module 'cophi' has no attribute 'model'

Stacktrace

self = <test_model.TestDocument object at 0x7f787b3696a0>

    def test_ngram_value_error(self):
        with pytest.raises(ValueError):
>           cophi.model.Document(DOCUMENT, n=0)
E           AttributeError: module 'cophi' has no attribute 'model'

tests/test_model.py:98: AttributeError