Regression

tests.test_model.TestCorpus.test_sort (from pytest)

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

This test is unclaimed

Error Message

TypeError: sort() takes 1 positional argument but 2 were given

Stacktrace

self = <test_model.TestCorpus object at 0x7fbb4014a208>
corpus = <cophi.model.Corpus object at 0x7fbb4014a9e8>

    def test_sort(self, corpus):
>       assert corpus.sort(corpus.dtm).sum().sum() == len(TOKENS)
E       TypeError: sort() takes 1 positional argument but 2 were given

tests/test_model.py:201: TypeError