We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a85a85 commit 3c8b9aeCopy full SHA for 3c8b9ae
1 file changed
tests/balatrobench/conftest.py
@@ -25,16 +25,12 @@ def sample_run_dir(fixtures_dir: Path) -> Path:
25
@pytest.fixture
26
def sample_model() -> Model:
27
"""Sample Model instance."""
28
- from balatrobench.models import Model
29
-
30
return Model(vendor="openai", name="gpt-oss-120b")
31
32
33
34
def sample_strategy() -> Strategy:
35
"""Sample Strategy instance."""
36
- from balatrobench.models import Strategy
37
38
return Strategy(
39
name="Default",
40
description="The default BalatroLLM strategy",
@@ -47,8 +43,6 @@ def sample_strategy() -> Strategy:
47
43
48
44
def sample_stats() -> Stats:
49
45
"""Sample Stats instance with realistic values."""
50
- from balatrobench.models import Stats
51
52
46
return Stats(
53
calls_total=87,
54
calls_success=80,
0 commit comments