Skip to content

ldilab/HumanEval_NFR

Repository files navigation

HumanEval_NF

Prerequisite

  • Install python packages.
$ pip install -r requirements.txt

How to run test case

$ python run.py <id> 

Example

$ python run.py 0
Traceback (most recent call last):
  File "/Users/jaeseok/git/HumanEval_NF/run.py", line 9, in <module>
    new_module = __import__(f"testcases.HumanEval_{id}")
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/jaeseok/git/HumanEval_NF/testcases/HumanEval_0.py", line 18, in <module>
    assert has_close_elements([1.0, 1.0, 1.0, 1.0], 0.5) == False, 'Failed to handle case where all numbers in the list are the same.'
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Failed to handle case where all numbers in the list are the same.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages