Vijay Janapa Reddi
|
2b0a1db71e
|
Fix all tests to pass: clean up stale and misaligned test files
Test cleanup:
- Remove misaligned progressive integration tests (wrong module assignments)
- Remove tests referencing non-existent classes (SimpleDataset, etc.)
- Remove tests with wrong API signatures (learning_rate vs lr, etc.)
- Fix parameter names: use_bias -> bias, weights -> weight
- Fix dtype tests: expect float32 (TinyTorch standard)
- Add MultiplyLayer definition where missing
Results:
- tito module test --all: 20/20 modules pass
- pytest tests/modules: 223 tests pass
Both inline tests and external tests now pass completely.
|
2025-12-02 14:30:31 -05:00 |
|