We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b153989 commit d90fa74Copy full SHA for d90fa74
codeflash/optimization/function_optimizer.py
@@ -1027,8 +1027,6 @@ def generate_tests_and_optimizations(
1027
instrumented_perf_test_source,
1028
test_behavior_path,
1029
test_perf_path,
1030
- behavior_source_path,
1031
- perf_source_path,
1032
) = res
1033
tests.append(
1034
GeneratedTests(
@@ -1037,8 +1035,6 @@ def generate_tests_and_optimizations(
1037
1035
instrumented_perf_test_source=instrumented_perf_test_source,
1038
1036
behavior_file_path=test_behavior_path,
1039
perf_file_path=test_perf_path,
1040
- behavior_source_path=behavior_source_path,
1041
- perf_source_path=perf_source_path,
1042
)
1043
1044
if not tests:
0 commit comments