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: raise runtime error when the vasp long ions per type bug is triggered (#861)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Bug Fixes**
* Improved error handling to detect and alert users when there is a
mismatch between atom counts and types in VASP OUTCAR files, preventing
silent data inconsistencies.
* **Refactor**
* Enhanced file handling for frame extraction to ensure files are
properly closed and code is more maintainable.
* **Tests**
* Added a new test to verify correct error reporting for OUTCAR files
with more than 10 atom types.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Han Wang <[email protected]>
0 commit comments