Files
TinyTorch/modules/source
Vijay Janapa Reddi ebabb84e2e Fix inline test failures across 3 modules
- 00_setup: Fix naming inconsistency (setup_health → setup_score)
  - Tests expected 'setup_score' key but implementation returned 'setup_health'
  - Updated all references to use consistent 'setup_score' naming
  - Result: 37/37 tests now passing

- 05_cnn: Fix flatten function shape expectations
  - Comprehensive tests expected (4,) shape but integration tests expected (1,4) shape
  - Made comprehensive tests consistent with integration test expectations
  - Flatten function now correctly preserves batch dimension for realistic usage
  - Result: 39/39 tests now passing

- 08_optimizers: Fix recursion error in test execution
  - Direct test call was causing infinite recursion loop
  - Removed problematic direct test call, rely on auto-discovery system
  - Result: 5/5 tests now passing

All inline tests now pass: 214/214 tests (100% success rate)
2025-07-13 22:44:08 -04:00
..