mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-07-25 13:33:13 -05:00
- Remove loose test code from nbgrader cells that ran automatically on import - Keep only proper test_unit_personal_info_basic() and test_unit_system_info_basic() functions - Prevents tests from running when module is imported as package - Follows established test naming conventions (test_unit_*) - Improves module reliability and reduces side effects Fixed issues: - NBGrader cells now reference test functions instead of running test code directly - All assertions and test logic properly contained in named test functions - Module can be imported without automatically executing tests