Skip to content

Commit cbc9611

Browse files
committed
LEADS-349-calculate-aggregated-score-from-key-metrics
1 parent 07cee27 commit cbc9611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/lightspeed_evaluation/core/system

src/lightspeed_evaluation/core/system/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def _create_system_config(self, config_data: dict[str, Any]) -> SystemConfig:
149149
judge_panel_data = config_data.get("judge_panel")
150150
judge_panel = JudgePanelConfig(**judge_panel_data) if judge_panel_data else None
151151

152-
# Parse storage backends with backward compatibility for legacy 'output' section
152+
# Parse storage backends with backward compatibility
153153
storage_data = self._get_storage_config_with_backward_compat(config_data)
154154
storage_backends = self._parse_storage_config(storage_data)
155155

0 commit comments

Comments
 (0)