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

Improved testing of FeaturesBatchRetrieve #437

Closed cmacdonald closed 5 months ago

cmacdonald commented 5 months ago

https://github.com/terrier-org/terrier-core/pull/246 resolved the underlying problem behind of BatchRetrieve >> FeaturesBatchRetrieve not giving identical results to FeaturesBatchRetrieve(..., wmodel=...). The additional test cases here are designed to ensure that error would be detected in the future.