Skip to content

Missing a Python profile mentioned in SWE-bench/SWE-Smith dataset #102

Closed
@MarcCote

Description

@MarcCote

Looking at the unique repos in the SWE-Smith dataset (https://huggingface.co/datasets/SWE-bench/SWE-smith/sql-console/JcFbyng)

I noticed that bottlepy__bottle.a8dfef30 is missing in https://github.com/SWE-bench/SWE-smith/blob/main/swesmith/profiles/python.py

I believe the following profile would work (I'm going to add it in an upcoming PR).

@dataclass
class Bottlea8dfef30(PythonProfile):
    owner: str = "bottlepy"
    repo: str = "bottle"
    commit: str = "a8dfef301dec35f13e7578306002c40796651629"

Also, I noticed there are 5 additional PythonProfiles not present in the SWE-Smith dataset (not sure if that was intended?).

BoxA23451d2
FlaskBc098406
JaxEbd90e06f
MonkeyType70c3acf6
Sympy2ab64612

Some profiles have dropped the "python" prefix in their name:

ColorlogDfa10f59
Dotenv2b8635b7
Markdownify6258f5c3
StringSimilarity115acaac

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