castorini / rank_llm

Repository for prompt-decoding using LLMs (GPT3.5, GPT4, Vicuna, and Zephyr)
http://rankllm.ai
Apache License 2.0
277 stars 36 forks source link

P1-add tests #37

Closed sahel-sh closed 5 months ago

sahel-sh commented 5 months ago

Adding some basic test for each module would make the code look more polished, with the obvious bonus of catching errors/regressions. Add a tests folder as a sibling to src to contain the tests.

sahel-sh commented 5 months ago

Classes that need coverage are in the following folder s: -retrieve -rerank

sahel-sh commented 5 months ago

@Richard5678 agreed to work on this

Richard5678 commented 5 months ago

working on this

sahel-sh commented 5 months ago

Thank you @Richard5678 for working on this!