Commit 49c51a7
committed
feat(paddle): Enable ANN rule for 4 additional files and add type annotations
- Enable ANN rule for 4 more files, expanding from 25 to 29 total files:
- utils/__init__.py: Utility module initialization
- model/atomic_model/__init__.py: Atomic model initialization
- model/atomic_model/energy_atomic_model.py: Energy atomic model with proper type hints
- cxx_op.py: C++ operations module
- model/descriptor/__init__.py: Descriptor module initialization
- Added comprehensive type annotations to DPEnergyAtomicModel class constructor
- Fixed configuration to remove duplicate entries and update progress status
- Progress: 29 files now have ANN rule fully enabled (2,800% increase from initial 1 file)1 parent 731b3fa commit 49c51a7
2 files changed
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
14 | 24 | | |
15 | 25 | | |
16 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
456 | 461 | | |
457 | 462 | | |
458 | 463 | | |
459 | 464 | | |
460 | | - | |
461 | | - | |
462 | | - | |
| 465 | + | |
| 466 | + | |
463 | 467 | | |
464 | 468 | | |
465 | 469 | | |
| |||
0 commit comments