Preserve datasets with no complete format
When a dataset's charts are split across formats so that no single format covers every chart, this condition emits no sample for that dataset. Since rankSeries derives its bucket universe only from emitted samples, the dataset disappears from total, receives no missing-dataset penalty, and—if it is the only dataset—the entire summary returns null despite having measurements. The new knownSeries fallback preserves format identities but not this dataset universe; pass the known datasets into the ranking model so incomplete datasets still affect coverage and scoring.
AGENTS.md reference: AGENTS.md:L64-L66
Useful? React with 👍 / 👎.
Originally posted by @chatgpt-codex-connector[bot] in #24 (comment)
When a dataset's charts are split across formats so that no single format covers every chart, this condition emits no sample for that dataset. Since
rankSeriesderives its bucket universe only from emitted samples, the dataset disappears fromtotal, receives no missing-dataset penalty, and—if it is the only dataset—the entire summary returnsnulldespite having measurements. The newknownSeriesfallback preserves format identities but not this dataset universe; pass the known datasets into the ranking model so incomplete datasets still affect coverage and scoring.AGENTS.md reference: AGENTS.md:L64-L66
Useful? React with 👍 / 👎.
Originally posted by @chatgpt-codex-connector[bot] in #24 (comment)