-
Notifications
You must be signed in to change notification settings - Fork 0
Testing and Examples
Raul Montoya Cardenas edited this page Jul 29, 2026
·
2 revisions

Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)
How to validate LiquidCortex after install or during PR work.
# Full suite
julia --project -e 'using Pkg; Pkg.test()'
# Coverage
julia --project -e 'using Pkg; Pkg.test(; coverage=true)'
# Standalone GPU smoke (requires CUDA device)
julia --project examples/brain_standalone.jl| Page | Content |
|---|---|
| Test Suite |
test/runtests.jl structure, CPU vs GPU branches |
| Standalone Example |
examples/brain_standalone.jl walkthrough |
| Environment | Expected behavior |
|---|---|
| GitHub Actions | CPU tests pass; GPU tests skipped |
| Cursor Cloud / CPU VM | Same — no CUDA; suite still green |
| Local RTX workstation | GPU tests + standalone example exercise SparseBrain / EnsembleBrain / Reference LSM |
See Infrastructure and repo REVIEW.md / AGENTS.md for PR checklist items (export purity, SHA-pinned Actions, no domain symbols).
Last updated: July 28, 2026
Updated by: Grok Build: Grok 4.5
Package tip reference: 4e2698c (main)