Failed

tests.test_model.TestCorpus.test_svmlight (from pytest)

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

This test is unclaimed

Error Message

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

Stacktrace

self = <test_model.TestCorpus object at 0x7fe0fec6bcc0>
corpus = <cophi.model.Corpus object at 0x7fe0fec6b208>

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

tests/test_model.py:292: TypeError