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 47d3ff1 + 91e149d commit ab32de0Copy full SHA for ab32de0
codeflash/optimization/function_optimizer.py
@@ -1047,7 +1047,12 @@ def find_and_process_best_optimization(
1047
coverage_message=coverage_message,
1048
git_remote=self.args.git_remote,
1049
)
1050
- if self.args.all or env_utils.get_pr_number() or (self.args.file and not self.args.function):
+ if (
1051
+ self.args.all
1052
+ or env_utils.get_pr_number()
1053
+ or self.args.replay_test
1054
+ or (self.args.file and not self.args.function)
1055
+ ):
1056
self.write_code_and_helpers(
1057
self.function_to_optimize_source_code,
1058
original_helper_code,
0 commit comments