File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ def _format_evolution_history(
247247
248248 for i , program in enumerate (reversed (selected_previous )):
249249 attempt_number = len (previous_programs ) - i
250- changes = program .get ("metadata" , {}).get ("changes" , "Unknown changes" )
250+ changes = program .get ("metadata" , {}).get ("changes" , self . template_manager . get_fragment ( "attempt_no_changes" ) )
251251
252252 # Format performance metrics using safe formatting
253253 performance_parts = []
Original file line number Diff line number Diff line change 1818 "no_feature_coordinates" : " No feature coordinates" ,
1919 "artifact_title" : " Last Execution Output" ,
2020 "diverse_programs_title" : " Diverse Programs" ,
21+ "attempt_unknown_changes" : " Unknown changes" ,
2122 "attempt_all_metrics_improved" : " Improvement in all metrics" ,
2223 "attempt_all_metrics_regressed" : " Regression in all metrics" ,
2324 "attempt_mixed_metrics" : " Mixed results" ,
You can’t perform that action at this time.
0 commit comments