Skip to content

Commit

Permalink
fix: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jan 15, 2024
1 parent 8ed0a0d commit 04187b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def test_task_result_main_score(task_result: seb.TaskResult):
reason="This test downloads all datasets. It takes a long time to test and often fails due to errors on HF's side.",
)
@pytest.mark.parametrize("task_name", all_tasks_names)
# @pytest.mark.parametrize("task_name", ["Swedn"])
@pytest.mark.parametrize("model_name", ["sentence-transformers/all-MiniLM-L6-v2"])
def test_all_tasks(task_name: str, model_name: str):
task: seb.Task = seb.get_task(task_name)
Expand Down

0 comments on commit 04187b3

Please sign in to comment.