terrier-org / pyterrier

A Python framework for performing information retrieval experiments, building on http://terrier.org/

Home Page:https://pyterrier.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception for io.read_results() when handling unknown topic format

freemikka opened this issue · comments

Describe the bug
In line 303 of io.py SUPPORTED_RESULTS_FORMATS should be SUPPORTED_TOPICS_FORMATS

Expected behavior
Expected the dict SUPPORTED_TOPICS_FORMATS, got the the dict SUPPORTED_RESULTS_FORMATS

Documentation and Issues

Thanks for the report @freemikka. Bug now fixed in master branch.