No description
Find a file
2023-10-23 16:07:28 -07:00
.github/workflows Added a new workflow file for optimization, added a new math utility file, and made changes to the function context module to include type annotations in the context. 2023-10-22 23:05:52 -07:00
.idea Init poetry env 2023-10-19 20:01:34 -07:00
code_to_optimize Added bubble sort implementation and unit tests for it, refactored argument name "--tests-root" to "--test-root", and made some minor code improvements. 2023-10-23 15:09:27 -07:00
codeflash Use xmlrunner to save test results, and etree to read them back 2023-10-23 16:07:28 -07:00
tests Use xmlrunner to save test results, and etree to read them back 2023-10-23 16:07:28 -07:00
.gitignore verifier script from https://github.com/openai/openai-cookbook/blob/main/examples/Unit_test_writing_using_a_multi-step_prompt.ipynb 2023-10-19 20:00:25 -07:00
pyproject.toml Use xmlrunner to save test results, and etree to read them back 2023-10-23 16:07:28 -07:00
README.md Initial commit 2023-10-18 16:19:56 -07:00
unittest_results.xml Use xmlrunner to save test results, and etree to read them back 2023-10-23 16:07:28 -07:00

codeflash