codeflash-internal/code_to_optimize
2023-12-11 14:52:55 -08:00
..
tests Add a dummy bubble sort function to test github app 2023-12-11 14:52:55 -08:00
bubble_sort.py Add bubble_sort2 2023-11-27 20:51:13 -08:00
bubble_sort2.py Apply suggestions from codeflash 2023-11-28 20:08:06 -08:00
bubble_sort_3.py Add a dummy bubble sort function to test github app 2023-12-11 14:52:55 -08:00
bubble_sort_dep1_helper.py Add tests to exercise functions with dependencies in other files 2023-10-30 15:00:29 -07:00
bubble_sort_dep2_swap.py Add tests to exercise functions with dependencies in other files 2023-10-30 15:00:29 -07:00
bubble_sort_deps.py Add Dependent Function Replacer via ast 2023-11-01 20:33:41 -07:00
bubble_sort_in_class.py Fix test generation to include correct import line for Class.function cases 2023-11-09 13:29:39 -08:00
bubble_sort_in_nested_class.py Implement new more robust get_code function, however it includes the entire class in class skeletons, will fix after demo 2023-11-07 14:47:21 -08:00
math_utils.py 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
pig_latin.py Add tests for get_code 2023-10-22 17:02:43 -07:00
use_cosine_similarity_from_other_file.py Change --dev-mode to --use-cached-tests option that uses CACHED_TESTS member of the provided file for tests instead of generating them 2023-10-30 17:55:42 -07:00