Skip to content

Commit 13c298d

Browse files
authored
Minor Typo Fixes in Comments and Documentation (OpenHands#9058)
1 parent 47b0dc5 commit 13c298d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

evaluation/benchmarks/testgeneval/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ class TestStatus(Enum):
921921

922922
SPECS_HUMANEVAL = {k: {'python': '3.9', 'test_cmd': 'python'} for k in ['1.0']}
923923

924-
# Constants - Task Instance Instllation Environment
924+
# Constants - Task Instance Installation Environment
925925
MAP_REPO_VERSION_TO_SPECS: dict[str, dict[str, Any]] = {
926926
'astropy/astropy': SPECS_ASTROPY,
927927
'dbt-labs/dbt-core': SPECS_DBT_CORE,

evaluation/benchmarks/testgeneval/run_infer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def prepare_dataset_pre(dataset: pd.DataFrame, filter_column: str) -> pd.DataFra
539539
if args.llm_config:
540540
llm_config = get_llm_config_arg(args.llm_config)
541541
llm_config.log_completions = True
542-
# modify_params must be False for evaluation purpose, for reproducibility and accurancy of results
542+
# modify_params must be False for evaluation purpose, for reproducibility and accuracy of results
543543
llm_config.modify_params = False
544544

545545
if llm_config is None:

0 commit comments

Comments
 (0)