Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/benchmark-has-harms' into benchm…
Browse files Browse the repository at this point in the history
…ark-has-harms
  • Loading branch information
dhosterman committed Jan 30, 2024
2 parents 0fed2a5 + 0558158 commit 21d20f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_benchmark.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import pathlib
import pytest

from coffee.benchmark import (
Expand All @@ -9,7 +10,9 @@
quantize_stars,
)
from coffee.helm import HelmSut, BbqHelmTest, HelmResult
from .test_helm_runner import SIMPLE_BBQ_DATA, SIMPLE_TOXICITY_DATA

SIMPLE_BBQ_DATA = pathlib.Path(__file__).parent / "data/full_runs/simple_bbq"
SIMPLE_TOXICITY_DATA = pathlib.Path(__file__).parent / "data/full_runs/toxicity"


def test_benchmark_definition_basics():
Expand Down

0 comments on commit 21d20f2

Please sign in to comment.