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
fix: find_* defaults 1.0→0.0 to match PT, fix ruff RUF059 unused vars
- Change find_* label defaults from 1.0 to 0.0 in dpmodel losses
(ener_spin, dos, tensor) to match PT behavior: missing labels should
zero out the contribution, not assume they exist.
- Prefix unused unpacked variables with _ to satisfy ruff RUF059.
0 commit comments