Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwolf committed Feb 6, 2024
1 parent aefd6d5 commit 3a6922c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import os

import pytest
from main import get_parser, main # noqa: E402
from pytest import approx

from lighteval.main import get_parser, main # noqa: E402
from tests.reference_scores.reference_task_scores import RESULTS_FULL, RESULTS_LITE # noqa: E402
from tests.reference_scores.reference_tasks import ( # noqa: E402
HELM_SUBSET,
Expand Down

0 comments on commit 3a6922c

Please sign in to comment.