Regression

tests.test_model.TestCorpus.test_drop (from pytest)

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

This test is unclaimed

Error Message

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

Stacktrace

self = <test_model.TestCorpus object at 0x7fbb4014af60>
corpus = <cophi.model.Corpus object at 0x7fbb4014a908>

    def test_drop(self, corpus):
>       matrix = corpus.drop(corpus.dtm, ["a"])
E       TypeError: drop() takes 2 positional arguments but 3 were given

tests/test_model.py:209: TypeError