We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbad363 + 15d3e06 commit d284be5Copy full SHA for d284be5
1 file changed
codeflash/optimization/optimizer.py
@@ -604,7 +604,7 @@ def run(self) -> None:
604
return
605
606
function_to_tests, _ = self.discover_tests(file_to_funcs_to_optimize)
607
- if self.args.all and not getattr(self.args, "agent", False):
+ if self.args.all and not self.args.subagent:
608
self.functions_checkpoint = CodeflashRunCheckpoint(self.args.module_root)
609
610
# GLOBAL RANKING: Rank all functions together before optimizing
0 commit comments