Skip to content

Commit

Permalink
cleanup unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Beniamine committed Jan 15, 2025
1 parent 9f5eb23 commit 9dc59b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/qumin/representations/patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -1240,16 +1240,13 @@ def unique_patterns(self, pair):
"""
return self[pair]['pattern'].unique()

def find_applicable(self, disable_tqdm=False, cpus=1, **kwargs):
def find_applicable(self, cpus=1, **kwargs):
"""Find all applicable rules for each form.
We name sets of applicable rules *classes*. *Classes* are oriented:
we produce two separate columns (a, b) and (b, a)
for each pair of columns (a, b) in the paradigm..
Arguments:
disable_tqdm (bool): if true, do not show progressbar
Returns:
:class:`pandas:pandas.DataFrame`:
associating a lemma (index)
Expand Down

0 comments on commit 9dc59b6

Please sign in to comment.