mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-01 11:10:57 -05:00
🔄 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.