Regression

tests.test_model.TestCorpus.test_plaintext (from pytest)

Failing for the past 1 build (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 0x7fbb4016b748>
corpus = <cophi.model.Corpus object at 0x7fbb4016b518>

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

tests/test_model.py:299: TypeError