capreolus-ir / capreolus

A toolkit for end-to-end neural ad hoc retrieval
https://capreolus.ai
Apache License 2.0
95 stars 32 forks source link

capreolus.eval is not a module #194

Closed janheinrichmerker closed 2 years ago

janheinrichmerker commented 2 years ago

The capreolus/eval folder is missing an __init__.py file and thus can't be found as a module. This causes an import error at this line: https://github.com/capreolus-ir/capreolus/blob/3521171ecf38cebfec5e19e22621bf9dfabf58d9/capreolus/evaluator.py#L8

janheinrichmerker commented 2 years ago

Just added a quick PR to fix this.

andrewyates commented 2 years ago

Thanks! merged