quick logging fix
This commit is contained in:
parent
836f21660e
commit
cf2ec4d825
1 changed files with 1 additions and 1 deletions
|
|
@ -1124,7 +1124,7 @@ class FunctionOptimizer:
|
|||
new_explanation_raw_str = self.aiservice_client.get_new_explanation(
|
||||
source_code=code_context.read_writable_code,
|
||||
dependency_code=code_context.read_only_context_code,
|
||||
trace_id=self.function_trace_id[:-4] + exp_type,
|
||||
trace_id=self.function_trace_id[:-4] + exp_type if self.experiment_id else self.function_trace_id,
|
||||
optimized_code=best_optimization.candidate.source_code,
|
||||
original_line_profiler_results=original_code_baseline.line_profile_results["str_out"],
|
||||
optimized_line_profiler_results=best_optimization.line_profiler_test_results["str_out"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue