Skip to content

Regression

tests.test_model.TestCorpus.test_svmlight (from pytest)

Failing for the past 1 build (Since Failed #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 0x7fbb401608d0>
corpus = <cophi.model.Corpus object at 0x7fbb40160c50>

    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