Skip to content

docs: add Slider partition validation guide#186

Closed
0xC000005 wants to merge 1 commit into
mainfrom
docs/slider-example-flow
Closed

docs: add Slider partition validation guide#186
0xC000005 wants to merge 1 commit into
mainfrom
docs/slider-example-flow

Conversation

@0xC000005
Copy link
Copy Markdown
Owner

Summary

  • add examples/SliderPartitionValidation, a runnable 8D Slider example that compares a correct grouped partition against an intentionally weak singleton partition
  • expand Slider docs with a mental model, partition-selection workflow, and held-out validation snippet
  • list the new example in docs, examples README, solution, and CI validation
  • run VSTest with parallelization disabled to avoid the existing Console.Out capture race in verbose-output tests

Fixes #185 for the Slider/example portion.

Validation

  • dotnet restore -p:NuGetAudit=false
  • dotnet format --verify-no-changes --verbosity minimal --no-restore
  • git diff --check
  • dotnet build --configuration Release --verbosity minimal --tl:off -p:NuGetAudit=false
  • dotnet run --configuration Release --no-build --project examples/QuickStart/QuickStart.csproj
  • dotnet run --configuration Release --no-build --project examples/SliderPartitionValidation/SliderPartitionValidation.csproj
  • dotnet run --configuration Release --no-build --project examples/TensorTrainHighDim/TensorTrainHighDim.csproj
  • dotnet test tests/ChebyshevSharp.Tests/ChebyshevSharp.Tests.csproj --configuration Release --no-build --verbosity minimal --collect:"XPlat Code Coverage" -- RunConfiguration.DisableParallelization=true
  • docfx docs/docfx.json (succeeded with existing local NU1900 warnings from the sandboxed NuGet vulnerability endpoint)

Notes

  • A normal parallel local dotnet test run exposed an existing Console.Out capture race. The non-parallel VSTest setting passed all 1,649 tests and is now used in CI.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@0xC000005
Copy link
Copy Markdown
Owner Author

Superseded by #188, which combines the Slider and Tensor Train documentation updates with the 0.13.3 version bump and changelog entry.

@0xC000005 0xC000005 closed this May 13, 2026
@0xC000005 0xC000005 deleted the docs/slider-example-flow branch May 13, 2026 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Slider and Tensor Train documentation examples and learning flow

1 participant