Files
TinyTorch/modules/source
Vijay Janapa Reddi 777b0f1ce1 ♻️ Remove separate tests/ directory, use inline tests only
🔄 Changes:
- Removed modules/source/08_optimizers/tests/ directory
- Updated module.yaml to reference inline tests
- All testing now handled within optimizers_dev.py file
- Cleaned up pytest cache references

 Verification:
- All inline tests still pass correctly
- SGD and Adam optimizers working perfectly
- Training integration demonstrating convergence
- Module fully functional with inline testing approach

This aligns with the decision to drop separate test files and rely on inline testing within the _dev.py files for immediate feedback and validation.
2025-07-13 17:24:58 -04:00
..