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 7e17f79 commit b465ef9Copy full SHA for b465ef9
codeflash/optimization/function_optimizer.py
@@ -1119,7 +1119,9 @@ def find_and_process_best_optimization(
1119
optimized_runtimes_all=optimized_runtime_by_test,
1120
)
1121
if concolic_test_str:
1122
- generated_tests_str += "\n#------------------------------------------------\n" + concolic_test_str
+ generated_tests_str += (
1123
+ "\n#------------------------------------------------\n" + concolic_test_str
1124
+ )
1125
new_explanation_raw_str = self.aiservice_client.get_new_explanation(
1126
source_code=code_context.read_writable_code,
1127
dependency_code=code_context.read_only_context_code,
0 commit comments