terrier-org / pyterrier

A Python framework for performing information retrieval experiments, building on http://terrier.org/
https://pyterrier.readthedocs.io/
Mozilla Public License 2.0
412 stars 65 forks source link

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

Closed freemikka closed 8 months ago

freemikka commented 8 months ago

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

cmacdonald commented 8 months ago

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