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 2812dd5 commit 072e706Copy full SHA for 072e706
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