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 d90fa74 commit ef07e94Copy full SHA for ef07e94
codeflash/optimization/function_optimizer.py
@@ -323,8 +323,6 @@ def generate_and_instrument_tests(
323
original_source=generated_test.generated_original_test_source,
324
test_type=TestType.GENERATED_REGRESSION,
325
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,
328
)
329
330
logger.info(f"Generated test {i + 1}/{count_tests}:")
0 commit comments