Skip to content

Testing and Examples

Raul Montoya Cardenas edited this page Jul 29, 2026 · 2 revisions

Testing and Examples

Wiki hero

Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)

How to validate LiquidCortex after install or during PR work.

Quick Commands

# 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

Child Pages

Page Content
Test Suite test/runtests.jl structure, CPU vs GPU branches
Standalone Example examples/brain_standalone.jl walkthrough

Environments

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

Quality Bar

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)

Clone this wiki locally