Skip to content

Commit

Permalink
Merge branch 'normalize_results_folder' of https://github.com/embeddi…
Browse files Browse the repository at this point in the history
…ngs-benchmark/results into normalize_results_folder
  • Loading branch information
KennethEnevoldsen committed Aug 14, 2024
2 parents c5355fb + 678e117 commit 0e41bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/normalize_results_folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def resolve_conflict_result(current_path: Path, expected_path: Path) -> None:
# check version and keep the newest
c_version = c_res.mteb_version
e_version = e_res.mteb_version

if Version(c_version) > Version(e_version):
logger.info("Newer version of result file, moving")
expected_path.parent.mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit 0e41bf8

Please sign in to comment.