From b3d0aaa4713275411db52399406b006eb5b95b31 Mon Sep 17 00:00:00 2001 From: Arij Roy Date: Fri, 17 Jul 2026 02:11:09 +0530 Subject: [PATCH] Fix typos in CONTRIBUTING.md, dataset.py, and harness.py --- ade_bench/harness.py | 2 +- ade_bench/utils/dataset.py | 2 +- docs/CONTRIBUTING.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ade_bench/harness.py b/ade_bench/harness.py index 9099b4d1..4661bd80 100644 --- a/ade_bench/harness.py +++ b/ade_bench/harness.py @@ -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. diff --git a/ade_bench/utils/dataset.py b/ade_bench/utils/dataset.py index ccacf32d..d4640f8b 100644 --- a/ade_bench/utils/dataset.py +++ b/ade_bench/utils/dataset.py @@ -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 """ diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 42346fef..fb963aa5 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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