Skip to content

Commit

Permalink
Reset test cases incorrectly overwritten by a merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tabdeveloping committed Jan 26, 2024
1 parent 01e8979 commit ccdd886
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ def to_command(self, output_path: Path) -> list[str]:
cli_command_parametrize = pytest.mark.parametrize(
"inputs",
[
BenchmarkCliTestInput(
"sentence-transformers/all-MiniLM-L6-v2", 0.448, None, None
),
BenchmarkCliTestInput(
"sentence-transformers/all-MiniLM-L6-v2", 0.550, tasks=["DKHate"]
),
Expand All @@ -42,11 +39,9 @@ def to_command(self, output_path: Path) -> list[str]:
),
BenchmarkCliTestInput(
"sentence-transformers/all-MiniLM-L6-v2",
0.487,
languages=["sv", "no", "nn"],
),
BenchmarkCliTestInput(
"sentence-transformers/all-MiniLM-L6-v2", 0.423, languages=["da"]
0.50,
tasks=["DKHate", "ScaLA"],
languages=["sv", "nn", "nb"],
),
BenchmarkCliTestInput(
"test_model",
Expand Down

0 comments on commit ccdd886

Please sign in to comment.