You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address second-round review issues from PR ZhuLinsen#1053
- performance_tracker: guard record_prediction/get_analyst_weights/backfill_result with _db_available flag; use ANALYST_PERF_DB env var instead of hardcoded path
- backfill_performance: unpack (df, source) tuple from get_daily_data() call
- ReportOverview: gate MasterVotingDisk with Object.keys check; fix ExpertLeaderboard guard from .length to Object.keys().length
- analysis_service: use getattr for dashboard access to avoid AttributeError on SimpleNamespace
- tests: add analysis_mode=None to submit_tasks_batch assertions; accept **kwargs in thread-safety test mock
0 commit comments