mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-10 16:38:39 -05:00
- Fixed test_model_monitor() → test_unit_model_monitor() - Fixed test_drift_detector() → test_unit_drift_detector() - Fixed test_retraining_trigger() → test_unit_retraining_trigger() - Fixed test_mlops_pipeline() → test_unit_mlops_pipeline() - Fixed test_comprehensive_integration() → test_module_comprehensive_mlops() Ensures correct function names are called to match their definitions.