FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

馃悰 [TestRemoval] - <Mbpp/102> <Expect camelCase but test list expects PascalCase> 路 Issue #301 路 evalplus/evalplus 路 GitHub

馃悰 [TestRemoval] - <Mbpp/102> <Expect camelCase but test list expects PascalCase>聽#301

Description

EvalPlus version

0.4.0.dev38

Output of running ls ~/.cache/evalplus

N/A

Task ID of the programming task

Mbpp/102

Test input

[
"assert snake_to_camel('python_program')=='PythonProgram'",
"assert snake_to_camel('python_language')==('PythonLanguage')",
"assert snake_to_camel('programming_language')==('ProgrammingLanguage')"
]

modify to

[
"assert snake_to_camel('python_program')=='pythonProgram'",
"assert snake_to_camel('python_language')==('pythonLanguage')",
"assert snake_to_camel('programming_language')==('programmingLanguage')"
]

Description

Referring to
#210 (comment)
https://huggingface.co/datasets/evalplus/mbppplus/viewer/default/test?row=55

The Test List is still asserting to PascalCase instead of camelCase, resulting in inconsistent evaluation results.

Other context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL