Skip to content

Remove double setting of default values #398

@juanmichelini

Description

@juanmichelini

Default values should be read at args setting, not function calls

So we should remove EVAL_DEFAULTS from


def run_swebench_evaluation(
    predictions_file: str,
    run_id: str,
    dataset: str = EVAL_DEFAULTS["dataset"],
    workers: int = EVAL_DEFAULTS["workers"],
    split: str = EVAL_DEFAULTS["split"],
    modal: bool = EVAL_DEFAULTS["modal"],
    timeout: int = EVAL_DEFAULTS["timeout"],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions