Files
86fe32a682 SIMD Refactor: Merge simd-dev into dev (#55)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
Co-authored-by: Warp <agent@warp.dev>
2026-01-18 19:02:03 -08:00

17 lines
451 B
Markdown

# MMA Tests
This indicator uses a PineScript reference. Tests are split into unit and validation layers.
## Unit Coverage
- Constructor validation and naming
- Streaming updates and `isNew` correction rollback
- NaN and Infinity substitution
- Warmup and `IsHot` transitions
- Batch, span, streaming, and eventing parity
- `Prime` state initialization
## Validation Coverage
- Reference implementation parity for streaming, batch, and span paths