Skip to content

Unexpected keyword argument 'max_distance' #80

@ancient-learner

Description

@ancient-learner

When I run the code C.market_basket() it does not give error. But when I run C.count_within(max_distance=200) it gives the following error

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: CombObj.count_within() got an unexpected keyword argument 'max_distance'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions