Skip to content

Commit

Permalink
fixed the search quality test not using the correct code
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Feb 26, 2024
1 parent 38bf422 commit c8758a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main-api/test/search_quality_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ def results(self) -> list[Evaluation]:

if __name__ == "__main__":
current = Evaluations(search_endpoint="https://nav.tum.de/api/search")
comparison = Evaluations(search_endpoint="http://localhost:8080/api/search")
comparison = Evaluations(search_endpoint="http://localhost:3003/api/search")

printer.print_specific_queries_result(current.results, comparison.results)

0 comments on commit c8758a5

Please sign in to comment.