mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
Fixing arguments from fixing conflicts.
This commit is contained in:
parent
a448a4b5b0
commit
96db48c240
1 changed files with 0 additions and 1 deletions
|
|
@ -298,7 +298,6 @@ class Optimizer:
|
|||
function_to_optimize_qualified_name = function_to_optimize.qualified_name
|
||||
baseline_result = self.establish_original_code_baseline(
|
||||
function_to_optimize_qualified_name,
|
||||
generated_tests_paths,
|
||||
function_to_tests.get(module_path + "." + function_to_optimize_qualified_name, []),
|
||||
)
|
||||
console.rule()
|
||||
|
|
|
|||
Loading…
Reference in a new issue