Skip to content

Commit ef07e94

Browse files
committed
Update function_optimizer.py
1 parent d90fa74 commit ef07e94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,6 @@ def generate_and_instrument_tests(
323323
original_source=generated_test.generated_original_test_source,
324324
test_type=TestType.GENERATED_REGRESSION,
325325
tests_in_file=None, # This is currently unused. We can discover the tests in the file if needed.
326-
behavior_source_path=generated_test.behavior_source_path,
327-
perf_source_path=generated_test.perf_source_path,
328326
)
329327
)
330328
logger.info(f"Generated test {i + 1}/{count_tests}:")

0 commit comments

Comments
 (0)