Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ade_bench/harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(
with_profiling: bool = False,
):
"""
Runs the Terminal-Bench harness.
Runs the ADE-bench harness.

Args:
dataset_path: The path to the dataset.
Expand Down
2 changes: 1 addition & 1 deletion ade_bench/utils/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(
"""Initialize the dataset.

Args:
dataset_path: Path to the dataset directorygs
dataset_path: Path to the dataset directory
task_ids: Optional list of specific task IDs to load
excluded_task_ids: Optional set of task IDs to exclude
"""
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The script automatically:

### dbt tests

For an overview of how dbt tests are used to evaulate trials, see the [README](README.md#how-trials-are-evaluated). This section describes advanced ways to configure tests.
For an overview of how dbt tests are used to evaluate trials, see the [README](README.md#how-trials-are-evaluated). This section describes advanced ways to configure tests.

#### Configuring different environments

Expand Down