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.
2 parents 2812dd5 + 072e706 commit 47d3ff1Copy full SHA for 47d3ff1
codeflash/optimization/optimizer.py
@@ -312,6 +312,8 @@ def run(self) -> None:
312
original_module_ast=original_module_ast,
313
original_module_path=original_module_path,
314
)
315
+ if function_optimizer is None:
316
+ continue
317
318
self.current_function_optimizer = (
319
function_optimizer # needed to clean up from the outside of this function
0 commit comments