Sample Outputs¶
Point-in-time snapshots generated by the accumulator test suite. These let reviewers see what the pipeline produces without having to run the tests locally.
These files are not regenerated automatically. To refresh them:
# Generate fresh outputs - runs the accumulator visualization tests
dotnet run --project src/Models/AmericanFootball/LBS.Model.AmericanFootball.Tests
# Copy the latest versions here
cp src/Models/AmericanFootball/LBS.Model.AmericanFootball.Tests/bin/Debug/net10.0/TestOutputs/*.md docs/samples/
Files¶
single-world-sample.md— Full report from simulating 1 NFL season (regular season + playoff bracket viaSeasonEngine) and accumulating intoGameOutcomeContext+SeasonOutcomeContext. Shows team scoring, player leaders, season standings, postseason (Super Bowl winner, AFC/NFC champions, playoff field, full bracket), and data health.first-game-diagnostic.md— Catalogue coverage analysis for the first game of a simulated season. Compares what the catalogue declares vs. what the accumulator actually produces, classifies every gap as sparse-expected (zero activity) or missing-implementation.
Related Documents¶
- Non-technical story — Plain-English walkthrough of what we're building