You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(paddle): Enable ANN rule for 2 additional model files with type annotations
- Enable ANN rule for 2 more files, expanding from 29 to 31 total files:
- model/task/ener.py: EnergyFittingNet class with complete type annotations
- model/model/dp_model.py: DPModelCommon class with method return types
- Added comprehensive type annotations to EnergyFittingNet __init__ method with proper kwargs typing
- Added return type annotations to get_fitting_net and get_descriptor methods in DPModelCommon
- Updated progress tracking to reflect completion of key model task and model files
- Progress: 31 files now have ANN rule fully enabled (3,000% increase from initial 1 file)
Co-authored-by: njzjz <[email protected]>
0 commit comments