Failed

tests.test_model.TestCorpus.test_plaintext (from pytest)

Failing for the past 4 builds (Since #74 )
Took 1 ms.

This test is unclaimed

Error Message

TypeError: plaintext() takes 2 positional arguments but 3 were given

Stacktrace

self = <test_model.TestCorpus object at 0x7f9cf1d89b00>
corpus = <cophi.model.Corpus object at 0x7f9cf1d89ef0>

    def test_plaintext(self, corpus):
        output = pathlib.Path("corpus.txt")
>       cophi.model.Corpus.plaintext(corpus.dtm, output)
E       TypeError: plaintext() takes 2 positional arguments but 3 were given

tests/test_model.py:299: TypeError